DeviceAdminReceiver.OnTransferAffiliatedProfileOwnershipComplete 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
관련 프로필 중 하나의 소유권이 이전될 때 디바이스 소유자에게 호출됩니다.
[Android.Runtime.Register("onTransferAffiliatedProfileOwnershipComplete", "(Landroid/content/Context;Landroid/os/UserHandle;)V", "GetOnTransferAffiliatedProfileOwnershipComplete_Landroid_content_Context_Landroid_os_UserHandle_Handler", ApiSince=28)]
public virtual void OnTransferAffiliatedProfileOwnershipComplete (Android.Content.Context context, Android.OS.UserHandle user);
[<Android.Runtime.Register("onTransferAffiliatedProfileOwnershipComplete", "(Landroid/content/Context;Landroid/os/UserHandle;)V", "GetOnTransferAffiliatedProfileOwnershipComplete_Landroid_content_Context_Landroid_os_UserHandle_Handler", ApiSince=28)>]
abstract member OnTransferAffiliatedProfileOwnershipComplete : Android.Content.Context * Android.OS.UserHandle -> unit
override this.OnTransferAffiliatedProfileOwnershipComplete : Android.Content.Context * Android.OS.UserHandle -> unit
매개 변수
- context
- Context
실행 중인 컨텍스트에 따라 #onReceive
- user
- UserHandle
UserHandle
관련 사용자의
- 특성
설명
관련 프로필 중 하나의 소유권이 이전될 때 디바이스 소유자에게 호출됩니다.
완전 관리형 디바이스에서 회사 프로필을 사용할 때 디바이스 및 프로필 소유권을 모두 전송할 때 사용할 수 있습니다. 프로세스는 다음과 같습니다. ol>li Transfer 프로필 소유권</li li>><디바이스 소유자는 이 콜백</li li<>>전송 디바이스 소유권</li><li>두 프로필 및 디바이스 소유권이 전송/<li<>/ol로 알림을 받습니다.><<>
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.