TvInteractiveAppManager.TvInteractiveAppCallback.OnInteractiveAppServiceRemoved Método

Definición

Esto se llama cuando se quita un servicio de aplicaciones interactivas de TV del sistema.

[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

Parámetros

iAppServiceId
String

Identificador del servicio de aplicaciones interactivas de TV.

Atributos

Comentarios

Esto se llama cuando se quita un servicio de aplicaciones interactivas de TV del sistema.

Normalmente sucede cuando el usuario desinstala el paquete de TV Interactive App Service instalado anteriormente.

Java documentación para android.media.tv.interactive.TvInteractiveAppManager.TvInteractiveAppCallback.onInteractiveAppServiceRemoved(java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a