DeviceAdminReceiver.OnLockTaskModeExiting(Context, Intent) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當裝置退出鎖定任務模式時呼叫。
[Android.Runtime.Register("onLockTaskModeExiting", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnLockTaskModeExiting_Landroid_content_Context_Landroid_content_Intent_Handler")]
public virtual void OnLockTaskModeExiting(Android.Content.Context context, Android.Content.Intent intent);
[<Android.Runtime.Register("onLockTaskModeExiting", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnLockTaskModeExiting_Landroid_content_Context_Landroid_content_Intent_Handler")>]
abstract member OnLockTaskModeExiting : Android.Content.Context * Android.Content.Intent -> unit
override this.OnLockTaskModeExiting : Android.Content.Context * Android.Content.Intent -> unit
參數
- context
- Context
運行上下文如下 #onReceive。
- intent
- Intent
接收意圖如下 #onReceive。
- 屬性
備註
當裝置退出鎖定任務模式時呼叫。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。