TvInteractiveAppManager.TvInteractiveAppCallback.OnTvInteractiveAppServiceStateChanged Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.
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.