TvRecordingInfo.Description Property
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.
Returns the description of the scheduled recording. -or- Sets the description of the scheduled recording.
public string Description { [Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "", ApiSince=34)] get; [Android.Runtime.Register("setDescription", "(Ljava/lang/String;)V", "", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "", ApiSince=34)>]
[<set: Android.Runtime.Register("setDescription", "(Ljava/lang/String;)V", "", ApiSince=34)>]
member this.Description : string with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the description of the scheduled recording.
This is set with TvRecordingInfo#setDescription(String)
and sent to tv app with android.media.tv.interactive.TvInteractiveAppService.Session#setTvRecordingInfo(String, TvRecordingInfo)
Java documentation for android.media.tv.TvRecordingInfo.getDescription()
.
Property setter documentation:
Sets the description of the scheduled recording.
Updates to the TvRecordingInfo
can be sent to the TV app with android.media.tv.interactive.TvInteractiveAppService.Session#setTvRecordingInfo(String, TvRecordingInfo)
Java documentation for android.media.tv.TvRecordingInfo.setDescription(java.lang.String)
.
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.