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