TvInteractiveAppManager.TvInteractiveAppCallback.OnInteractiveAppServiceRemoved Method

Definition

This is called when a TV Interactive App service is removed from the system.

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

Parameters

iAppServiceId
String

The ID of the TV Interactive App service.

Attributes

Remarks

This is called when a TV Interactive App service is removed from the system.

Normally it happens when the user uninstalls the previously installed TV Interactive App service package.

Java documentation for android.media.tv.interactive.TvInteractiveAppManager.TvInteractiveAppCallback.onInteractiveAppServiceRemoved(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