TvInputInfo.Builder.SetExtras(Bundle) 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.
Sets domain-specific extras associated with this TV input.
[Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)Landroid/media/tv/TvInputInfo$Builder;", "", ApiSince=24)]
public Android.Media.TV.TvInputInfo.Builder? SetExtras(Android.OS.Bundle? extras);
[<Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)Landroid/media/tv/TvInputInfo$Builder;", "", ApiSince=24)>]
member this.SetExtras : Android.OS.Bundle -> Android.Media.TV.TvInputInfo.Builder
Parameters
- extras
- Bundle
Domain-specific extras associated with this TV input. Keys must be a scoped name, i.e. prefixed with a package name you own, so that different developers will not create conflicting keys.
Returns
This Builder object to allow for chaining of calls to builder methods.
- Attributes
Remarks
Sets domain-specific extras associated with this TV input.
Android reference for android.media.tv.TvInputInfo.Builder.setExtras.
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.