TvContract.PreviewPrograms.ColumnLogoUri 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.
The URI for the logo of this TV program.
[Android.Runtime.Register("COLUMN_LOGO_URI", ApiSince=26)]
public const string ColumnLogoUri;
[<Android.Runtime.Register("COLUMN_LOGO_URI", ApiSince=26)>]
val mutable ColumnLogoUri : string
Field Value
- Attributes
Remarks
The URI for the logo of this TV program.
This is a small badge shown on top of the poster art or thumbnail representing the source of the content.
The data in the column must be a URL, or a URI in one of the following formats: content (ContentResolver.SCHEME_CONTENT); android.resource (ContentResolver.SCHEME_ANDROID_RESOURCE); file (ContentResolver.SCHEME_FILE)
Can be empty.
Type: TEXT
Android reference for android.media.tv.TvContract.PreviewPrograms.COLUMN_LOGO_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.