Поделиться через


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 , на который только что переключился.

Атрибуты

Комментарии

Вызывается при переключении пользователя или профиля.

Этот обратный вызов применим только к владельцам устройств.

Документация по Java для android.app.admin.DeviceAdminReceiver.onUserSwitched(android.content.Context, android.content.Intent, android.os.UserHandle).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к