TvInteractiveAppManager.TvInteractiveAppCallback.OnTvInteractiveAppServiceStateChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is called when the state of the interactive app service is changed.
[Android.Runtime.Register("onTvInteractiveAppServiceStateChanged", "(Ljava/lang/String;III)V", "GetOnTvInteractiveAppServiceStateChanged_Ljava_lang_String_IIIHandler", ApiSince=33)]
public virtual void OnTvInteractiveAppServiceStateChanged (string iAppServiceId, int type, int state, int err);
[<Android.Runtime.Register("onTvInteractiveAppServiceStateChanged", "(Ljava/lang/String;III)V", "GetOnTvInteractiveAppServiceStateChanged_Ljava_lang_String_IIIHandler", ApiSince=33)>]
abstract member OnTvInteractiveAppServiceStateChanged : string * int * int * int -> unit
override this.OnTvInteractiveAppServiceStateChanged : string * int * int * int -> unit
Parameters
- iAppServiceId
- String
The ID of the TV Interactive App service.
- type
- Int32
the interactive app type
- state
- Int32
the current state of the service of the given type
- err
- Int32
the error code for error state. #ERROR_NONE
is used when the state is
not #SERVICE_STATE_ERROR
.
- Attributes
Remarks
This is called when the state of the interactive app service is changed.
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.