Instance Method インスタンスメソッド

becomeCurrent()

Marks the activity as currently in use by the user. アクティビティが現在ユーザによって使用中であると印します。

Declaration 宣言

func becomeCurrent()

Discussion 議論

Call this method to let the system know that the user is performing the associated activity. The system makes this object the current user activity object, which makes it available for Handoff and search indexing. If another user activity object was previously active, that object is made inactive. このメソッドを呼び出して、ユーザがその関連したアクティビティを実行していることをシステムに知らせてください。システムはこのオブジェクトを現在のユーザアクティビティにします、それはそれをHandoffと検索索引作成に対して利用可能にします。別のユーザアクティビティオブジェクトが以前に活動中だったならば、そのオブジェクトは非活動にされます。

Do not call this method when providing a user activity object for a Siri request. Siri holds on to user activity objects and passes them along to your app automatically in response to specific events. ユーザアクティビティオブジェクトをSiriリクエストに対して提供している時にこのメソッドを呼び出さないでください。Siriはユーザアクティビティオブジェクトを保持して、それらをあなたのアプリと一緒に自動的に特定イベントへの応答において渡します。

If you previously called the invalidate() method on the current object, calling this method has no effect. あなたが以前にinvalidate()メソッドを現在のオブジェクト上で呼び出したならば、このメソッドを呼び出すことは効果を持ちません。

See Also 参照

Registering and Invalidating User Activities ユーザアクティビティの登録と無効化