TvInteractiveAppService.NotifyStateChanged(Int32, Int32, Int32) Method

Definition

Notifies the system when the state of the interactive app RTE has been changed.

[Android.Runtime.Register("notifyStateChanged", "(III)V", "", ApiSince=33)]
public void NotifyStateChanged (int type, int state, int error);
[<Android.Runtime.Register("notifyStateChanged", "(III)V", "", ApiSince=33)>]
member this.NotifyStateChanged : int * int * int -> unit

Parameters

type
Int32

the interactive app type

state
Int32

the current state of the service of the given type

error
Int32

the error code for error state. TvInteractiveAppManager#ERROR_NONE is used when the state is not TvInteractiveAppManager#SERVICE_STATE_ERROR.

Attributes

Remarks

Notifies the system when the state of the interactive app RTE has been changed.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.notifyStateChanged(int, int, int).

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