TvInteractiveAppService.Session.OnTimeShiftStatusChanged 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.
Called when time shift status is changed.
[Android.Runtime.Register("onTimeShiftStatusChanged", "(Ljava/lang/String;I)V", "GetOnTimeShiftStatusChanged_Ljava_lang_String_IHandler", ApiSince=34)]
public virtual void OnTimeShiftStatusChanged (string inputId, Android.Media.TV.TimeShiftStatus status);
[<Android.Runtime.Register("onTimeShiftStatusChanged", "(Ljava/lang/String;I)V", "GetOnTimeShiftStatusChanged_Ljava_lang_String_IHandler", ApiSince=34)>]
abstract member OnTimeShiftStatusChanged : string * Android.Media.TV.TimeShiftStatus -> unit
override this.OnTimeShiftStatusChanged : string * Android.Media.TV.TimeShiftStatus -> unit
Parameters
- inputId
- String
The ID of the input for which the time shift status has changed.
- status
- TimeShiftStatus
The status of which the input has changed to. Should be one of the
following.
<ul>
<li>TvInputManager#TIME_SHIFT_STATUS_UNKNOWN
<li>TvInputManager#TIME_SHIFT_STATUS_UNSUPPORTED
<li>TvInputManager#TIME_SHIFT_STATUS_UNAVAILABLE
<li>TvInputManager#TIME_SHIFT_STATUS_AVAILABLE
</ul>
- Attributes
Remarks
Called when time shift status 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.