func becomeCurrent ()
Marks the activity as currently in use by the user.
アクティビティが現在ユーザによって使用中であると印します。
func invalidate()
Invalidates an activity and marks it as no longer eligible for continuation.
アクティビティを無効化して、それをもはや継続するのに適格でないと印します。
Availability 有効性
Technology
func resignCurrent()
Calling this method marks the user activity as no longer current, but does not invalidate it entirely. You can call this method when you want to stop advertising the activity for continuation and search indexing only temporarily. You may call become
later to restore this object as the current activity.
このメソッドを呼び出すことは、そのユーザアクティビティをもはや現行でないと印します、しかしそれを完全に無効にはしません。あなたはこのメソッドを、あなたが単に一時的にそのアクティビティを継続と検索索引作成に対して売り込むことを停止したい時に呼び出すことができます。あなたはbecome
を後で呼び出して、このオブジェクトを現行のアクティビティとして復活させるかもしれません。
func becomeCurrent ()
func invalidate()