TvContract.BuildChannelLogoUri 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.
Overloads
BuildChannelLogoUri(Uri) |
Builds a URI that points to a channel logo. |
BuildChannelLogoUri(Int64) |
Builds a URI that points to a channel logo. |
BuildChannelLogoUri(Uri)
Builds a URI that points to a channel logo.
[Android.Runtime.Register("buildChannelLogoUri", "(Landroid/net/Uri;)Landroid/net/Uri;", "")]
public static Android.Net.Uri? BuildChannelLogoUri (Android.Net.Uri? channelUri);
[<Android.Runtime.Register("buildChannelLogoUri", "(Landroid/net/Uri;)Landroid/net/Uri;", "")>]
static member BuildChannelLogoUri : Android.Net.Uri -> Android.Net.Uri
Parameters
- channelUri
- Uri
The URI of the channel whose logo is pointed to.
Returns
- Attributes
Remarks
Builds a URI that points to a channel logo. See Channels.Logo
.
Java documentation for android.media.tv.TvContract.buildChannelLogoUri(android.net.Uri)
.
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.
Applies to
BuildChannelLogoUri(Int64)
Builds a URI that points to a channel logo.
[Android.Runtime.Register("buildChannelLogoUri", "(J)Landroid/net/Uri;", "")]
public static Android.Net.Uri? BuildChannelLogoUri (long channelId);
[<Android.Runtime.Register("buildChannelLogoUri", "(J)Landroid/net/Uri;", "")>]
static member BuildChannelLogoUri : int64 -> Android.Net.Uri
Parameters
- channelId
- Int64
The ID of the channel whose logo is pointed to.
Returns
- Attributes
Remarks
Builds a URI that points to a channel logo. See Channels.Logo
.
Java documentation for android.media.tv.TvContract.buildChannelLogoUri(long)
.
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.