DeviceAdminReceiver.OnReadyForUserInitialization(Context, Intent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called during provisioning of a managed device to allow the device initializer to perform user setup steps.
[Android.Runtime.Register("onReadyForUserInitialization", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnReadyForUserInitialization_Landroid_content_Context_Landroid_content_Intent_Handler", ApiSince=23)]
public virtual void OnReadyForUserInitialization (Android.Content.Context context, Android.Content.Intent intent);
[<Android.Runtime.Register("onReadyForUserInitialization", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnReadyForUserInitialization_Landroid_content_Context_Landroid_content_Intent_Handler", ApiSince=23)>]
abstract member OnReadyForUserInitialization : Android.Content.Context * Android.Content.Intent -> unit
override this.OnReadyForUserInitialization : Android.Content.Context * Android.Content.Intent -> unit
Parameters
- context
- Context
The running context as per #onReceive
.
- intent
- Intent
The received intent as per #onReceive
.
- Attributes
Remarks
Called during provisioning of a managed device to allow the device initializer to perform user setup steps.
This member is deprecated. Do not use
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.