TvInteractiveAppService.Session.NotifyBiInteractiveAppCreated Method

Definition

Notifies the broadcast-independent(BI) interactive application has been created.

[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

Parameters

biIAppUri
Uri
biIAppId
String

BI interactive app ID, which can be used to destroy the BI interactive app. null if it's not created successfully.

Attributes

Remarks

Notifies the broadcast-independent(BI) interactive application has been created.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.notifyBiInteractiveAppCreated(android.net.Uri, java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to