Idioma

AccessibilityService.GlobalActionMediaPlayPause Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.AccessibilityServices.GlobalAction enum directly instead of this field.

Ação para disparar o evento de teclas de reprodução/pausa de mídia.

[Android.Runtime.Register("GLOBAL_ACTION_MEDIA_PLAY_PAUSE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.GlobalAction enum directly instead of this field.", true)]
public const Android.AccessibilityServices.GlobalAction GlobalActionMediaPlayPause = 22;
[<Android.Runtime.Register("GLOBAL_ACTION_MEDIA_PLAY_PAUSE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.GlobalAction enum directly instead of this field.", true)>]
val mutable GlobalActionMediaPlayPause : Android.AccessibilityServices.GlobalAction

Valor do campo

Value = 22
Atributos

Comentários

Ação para disparar o evento de teclas de reprodução/pausa de mídia.

Java documentação para android.accessibilityservice.AccessibilityService.GLOBAL_ACTION_MEDIA_PLAY_PAUSE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a