Share via


TvInteractiveAppView.TvInteractiveAppCallback.OnBiInteractiveAppCreated Method

Definition

This is called when broadcast-independent (BI) interactive app is created.

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

Parameters

iAppServiceId
String

The ID of the TV interactive app service bound to this view.

biIAppUri
Uri

URI associated this BI interactive app. This is the same URI in #createBiInteractiveApp(Uri, Bundle)

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

This is called when broadcast-independent (BI) interactive app is created.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.TvInteractiveAppCallback.onBiInteractiveAppCreated(java.lang.String, 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