Share via


TvInteractiveAppView.DestroyBiInteractiveApp(String) Method

Definition

Destroys broadcast-independent(BI) interactive application.

[Android.Runtime.Register("destroyBiInteractiveApp", "(Ljava/lang/String;)V", "GetDestroyBiInteractiveApp_Ljava_lang_String_Handler", ApiSince=33)]
public virtual void DestroyBiInteractiveApp (string biIAppId);
[<Android.Runtime.Register("destroyBiInteractiveApp", "(Ljava/lang/String;)V", "GetDestroyBiInteractiveApp_Ljava_lang_String_Handler", ApiSince=33)>]
abstract member DestroyBiInteractiveApp : string -> unit
override this.DestroyBiInteractiveApp : string -> unit

Parameters

biIAppId
String

the BI interactive app ID from #createBiInteractiveApp(Uri, Bundle)

Attributes

Remarks

Destroys broadcast-independent(BI) interactive application.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.destroyBiInteractiveApp(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