Freigeben über


TvInteractiveAppService.Session.OnDestroyBiInteractiveAppRequest Method

Definition

Destroys broadcast-independent(BI) interactive application.

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

Parameters

biIAppId
String

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

Attributes

Remarks

Destroys broadcast-independent(BI) interactive application.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.onDestroyBiInteractiveAppRequest(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