言語

TvInteractiveAppManager.TvInteractiveAppCallback.OnInteractiveAppServiceUpdated メソッド

定義

これは、システム上で TV 対話型 App Service が更新されたときに呼び出されます。

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

パラメーター

iAppServiceId
String

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

属性

注釈

これは、システム上で TV 対話型 App Service が更新されたときに呼び出されます。

通常、これは、以前にインストールされた TV Interactive App Service パッケージが再インストールされた場合、または新しいバージョンのパッケージが存在する場合に使用可能または使用できなくなった場合に発生します。

Javaドキュメント。

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

適用対象