TvInteractiveAppManager.TvInteractiveAppCallback.OnInteractiveAppServiceAdded メソッド

定義

これは、TV Interactive App Service がシステムに追加されるときに呼び出されます。

[Android.Runtime.Register("onInteractiveAppServiceAdded", "(Ljava/lang/String;)V", "GetOnInteractiveAppServiceAdded_Ljava_lang_String_Handler", ApiSince=33)]
public virtual void OnInteractiveAppServiceAdded (string iAppServiceId);
[<Android.Runtime.Register("onInteractiveAppServiceAdded", "(Ljava/lang/String;)V", "GetOnInteractiveAppServiceAdded_Ljava_lang_String_Handler", ApiSince=33)>]
abstract member OnInteractiveAppServiceAdded : string -> unit
override this.OnInteractiveAppServiceAdded : string -> unit

パラメーター

iAppServiceId
String

TV Interactive App Service の ID。

属性

注釈

の Java ドキュメント android.media.tv.interactive.TvInteractiveAppManager.TvInteractiveAppCallback.onInteractiveAppServiceAdded(java.lang.String)

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

適用対象