TvInteractiveAppManager.TvInteractiveAppCallback.OnTvInteractiveAppServiceStateChanged メソッド

定義

これは、対話型アプリ サービスの状態が変更されたときに呼び出されます。

[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

パラメーター

iAppServiceId
String

テレビ対話型アプリ サービスの ID。

type
Int32

対話型アプリの種類

state
Int32

指定された型のサービスの現在の状態

err
Int32

エラー状態のエラー コード。 #ERROR_NONE は、状態が #SERVICE_STATE_ERRORされていない場合に使用されます。

属性

注釈

これは、対話型アプリ サービスの状態が変更されたときに呼び出されます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象