TvInputManager.ActionViewRecordingSchedules Field
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.
Activity action to display the recording schedules.
[Android.Runtime.Register("ACTION_VIEW_RECORDING_SCHEDULES", ApiSince=26)]
public const string ActionViewRecordingSchedules;
[<Android.Runtime.Register("ACTION_VIEW_RECORDING_SCHEDULES", ApiSince=26)>]
val mutable ActionViewRecordingSchedules : string
Field Value
- Attributes
Remarks
Activity action to display the recording schedules. When invoked, the system will display an appropriate UI to browse the schedules.
Java documentation for android.media.tv.TvInputManager.ACTION_VIEW_RECORDING_SCHEDULES
.
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.