TvInteractiveAppView.TvInteractiveAppCallback.OnRequestTvRecordingInfoList 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
TvInteractiveAppService.Session#requestTvRecordingInfoList(int)
is
called.
[Android.Runtime.Register("onRequestTvRecordingInfoList", "(Ljava/lang/String;I)V", "GetOnRequestTvRecordingInfoList_Ljava_lang_String_IHandler", ApiSince=34)]
public virtual void OnRequestTvRecordingInfoList (string iAppServiceId, Android.Media.TV.RecordingStatus type);
[<Android.Runtime.Register("onRequestTvRecordingInfoList", "(Ljava/lang/String;I)V", "GetOnRequestTvRecordingInfoList_Ljava_lang_String_IHandler", ApiSince=34)>]
abstract member OnRequestTvRecordingInfoList : string * Android.Media.TV.RecordingStatus -> unit
override this.OnRequestTvRecordingInfoList : string * Android.Media.TV.RecordingStatus -> unit
Parameters
- iAppServiceId
- String
The ID of the TV interactive app service bound to this view.
- type
- RecordingStatus
The type of recording requested to retrieve.
- Attributes
Remarks
This is called when TvInteractiveAppService.Session#requestTvRecordingInfoList(int)
is called.
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.