TvInteractiveAppService.Session.NotifySessionStateChanged 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.
Notifies when the session state is changed.
[Android.Runtime.Register("notifySessionStateChanged", "(II)V", "GetNotifySessionStateChanged_IIHandler", ApiSince=33)]
public virtual void NotifySessionStateChanged (int state, int err);
[<Android.Runtime.Register("notifySessionStateChanged", "(II)V", "GetNotifySessionStateChanged_IIHandler", ApiSince=33)>]
abstract member NotifySessionStateChanged : int * int -> unit
override this.NotifySessionStateChanged : int * int -> unit
Parameters
- state
- Int32
the current session state.
- err
- Int32
the error code for error state. TvInteractiveAppManager#ERROR_NONE
is
used when the state is not
TvInteractiveAppManager#INTERACTIVE_APP_STATE_ERROR
.
- Attributes
Remarks
Notifies when the session state 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.