TvInteractiveAppManager.TvInteractiveAppCallback.OnInteractiveAppServiceUpdated メソッド

定義

これは、システム上で TV Interactive 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

TV Interactive App Service の ID。

属性

注釈

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

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

適用対象