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

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

属性

注釈

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

通常、ユーザーが以前にインストールした TV Interactive App Service パッケージをアンインストールすると発生します。

Javaドキュメント。

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

適用対象