TvInteractiveAppManager.TvInteractiveAppCallback.OnInteractiveAppServiceRemoved メソッド

定義

これは、TV Interactive App Service がシステムから削除されたときに呼び出されます。

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

パラメーター

iAppServiceId
String

TV Interactive App Service の ID。

属性

注釈

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

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

適用対象