Idioma

TvInteractiveAppView.NotifyTimeShiftStatusChanged Método

Definição

Notifica o correspondente TvInteractiveAppService quando o status do turno de tempo é alterado.

[Android.Runtime.Register("notifyTimeShiftStatusChanged", "(Ljava/lang/String;I)V", "GetNotifyTimeShiftStatusChanged_Ljava_lang_String_IHandler", ApiSince=34)]
public virtual void NotifyTimeShiftStatusChanged(string inputId, Android.Media.TV.TimeShiftStatus status);
[<Android.Runtime.Register("notifyTimeShiftStatusChanged", "(Ljava/lang/String;I)V", "GetNotifyTimeShiftStatusChanged_Ljava_lang_String_IHandler", ApiSince=34)>]
abstract member NotifyTimeShiftStatusChanged : string * Android.Media.TV.TimeShiftStatus -> unit
override this.NotifyTimeShiftStatusChanged : string * Android.Media.TV.TimeShiftStatus -> unit

Parâmetros

inputId
String

A ID da entrada para a qual o status do turno de tempo foi alterado.

status
TimeShiftStatus

O status para o qual a entrada foi alterada. Deve ser um dos seguintes. <ul><li>TvInputManager#TIME_SHIFT_STATUS_UNKNOWN<li><TvInputManager#TIME_SHIFT_STATUS_UNSUPPORTEDli>TvInputManager#TIME_SHIFT_STATUS_UNAVAILABLE<li>TvInputManager#TIME_SHIFT_STATUS_AVAILABLE</ul>

Atributos

Comentários

Notifica o correspondente TvInteractiveAppService quando o status do turno de tempo é alterado.

Java documentação para android.media.tv.interactive.TvInteractiveAppView.notifyTimeShiftStatusChanged(java.lang.String, int).

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