다음을 통해 공유


DeviceAdminReceiver.OnUserSwitched(Context, Intent, UserHandle) 메서드

정의

사용자 또는 프로필이 전환될 때 호출됩니다.

[Android.Runtime.Register("onUserSwitched", "(Landroid/content/Context;Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetOnUserSwitched_Landroid_content_Context_Landroid_content_Intent_Landroid_os_UserHandle_Handler", ApiSince=28)]
public virtual void OnUserSwitched (Android.Content.Context context, Android.Content.Intent intent, Android.OS.UserHandle switchedUser);
[<Android.Runtime.Register("onUserSwitched", "(Landroid/content/Context;Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetOnUserSwitched_Landroid_content_Context_Landroid_content_Intent_Landroid_os_UserHandle_Handler", ApiSince=28)>]
abstract member OnUserSwitched : Android.Content.Context * Android.Content.Intent * Android.OS.UserHandle -> unit
override this.OnUserSwitched : Android.Content.Context * Android.Content.Intent * Android.OS.UserHandle -> unit

매개 변수

context
Context

에 따라 #onReceive실행되는 컨텍스트입니다.

intent
Intent

에 따라 #onReceive수신된 의도입니다.

switchedUser
UserHandle

UserHandle 방금 전환된 사용자의 이름입니다.

특성

설명

사용자 또는 프로필이 전환될 때 호출됩니다.

이 콜백은 디바이스 소유자에게만 적용됩니다.

에 대한 android.app.admin.DeviceAdminReceiver.onUserSwitched(android.content.Context, android.content.Intent, android.os.UserHandle)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상