TvInteractiveAppManager.TvInteractiveAppCallback.OnTvInteractiveAppServiceStateChanged Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Questo viene chiamato quando viene modificato lo stato del servizio app interattivo.
[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
Parametri
- iAppServiceId
- String
ID del servizio app interattiva TV.
- type
- Int32
tipo di app interattiva
- state
- Int32
stato corrente del servizio del tipo specificato
- err
- Int32
codice di errore per lo stato di errore.
#ERROR_NONE viene utilizzato quando lo stato non #SERVICE_STATE_ERRORè .
- Attributi
Commenti
Questo viene chiamato quando viene modificato lo stato del servizio app interattivo.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.