TvInteractiveAppManager.TvInteractiveAppCallback.OnTvInteractiveAppServiceStateChanged Método

Definición

Esto se llama cuando se cambia el estado del servicio de aplicaciones interactivo.

[Android.Runtime.Register("onTvInteractiveAppServiceStateChanged", "(Ljava/lang/String;III)V", "GetOnTvInteractiveAppServiceStateChanged_Ljava_lang_String_IIIHandler", ApiSince=33)]
public virtual void OnTvInteractiveAppServiceStateChanged(string iAppServiceId, int type, int state, int err);
[<Android.Runtime.Register("onTvInteractiveAppServiceStateChanged", "(Ljava/lang/String;III)V", "GetOnTvInteractiveAppServiceStateChanged_Ljava_lang_String_IIIHandler", ApiSince=33)>]
abstract member OnTvInteractiveAppServiceStateChanged : string * int * int * int -> unit
override this.OnTvInteractiveAppServiceStateChanged : string * int * int * int -> unit

Parámetros

iAppServiceId
String

Identificador del servicio de aplicaciones interactivas de TV.

type
Int32

el tipo de aplicación interactiva

state
Int32

el estado actual del servicio del tipo especificado.

err
Int32

el código de error para el estado de error. #ERROR_NONE se usa cuando el estado no #SERVICE_STATE_ERRORes .

Atributos

Comentarios

Esto se llama cuando se cambia el estado del servicio de aplicaciones interactivo.

Java documentación para android.media.tv.interactive.TvInteractiveAppManager.TvInteractiveAppCallback.onTvInteractiveAppServiceStateChanged(java.lang.String, int, int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a