TvInteractiveAppView.TvInteractiveAppCallback.OnBiInteractiveAppCreated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.