func becomeCurrent ()
Marks the activity as currently in use by the user.
アクティビティが現在ユーザによって使用中であると印します。
func resignCurrent ()
Marks this activity object as inactive without invalidating it.
このアクティビティオブジェクトをそれを無効化することなしに非活動であると印します。
Availability 有効性
Technology
func invalidate()
Call this method when the user stops engaging in the associated activity and that activity is no longer available. For example, you might call this method when the user closes the window associated with the activity. After calling this method on a user activity object, calling the become
method on that object has no effect.
関連するアクティビティにおいてユーザが関与を止めるそしてそのアクティビティがもはや利用可能でない時にこのメソッドを呼び出してください。例えば、あなたはこのメソッドをユーザがアクティビティと結びつけられたウインドウを閉じる時に呼び出すかもしれません。このメソッドをユーザアクティビティオブジェクト上で呼び出した後、become
メソッドをそのオブジェクト上で呼び出すことは効果を持ちません。
func becomeCurrent ()
func resignCurrent ()