TvInteractiveAppService.Session.NotifyBiInteractiveAppCreated メソッド

定義

ブロードキャストに依存しない (BI) 対話型アプリケーションが作成されたことを通知します。

[Android.Runtime.Register("notifyBiInteractiveAppCreated", "(Landroid/net/Uri;Ljava/lang/String;)V", "", ApiSince=33)]
public void NotifyBiInteractiveAppCreated (Android.Net.Uri biIAppUri, string? biIAppId);
[<Android.Runtime.Register("notifyBiInteractiveAppCreated", "(Landroid/net/Uri;Ljava/lang/String;)V", "", ApiSince=33)>]
member this.NotifyBiInteractiveAppCreated : Android.Net.Uri * string -> unit

パラメーター

biIAppUri
Uri
biIAppId
String

BI 対話型アプリ ID。BI 対話型アプリを破棄するために使用できます。 null 正常に作成されない場合は 。

属性

注釈

ブロードキャストに依存しない (BI) 対話型アプリケーションが作成されたことを通知します。

android.media.tv.interactive.TvInteractiveAppService.Session.notifyBiInteractiveAppCreated(android.net.Uri, java.lang.String)Java ドキュメント。

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

適用対象