TvContract.PreviewPrograms.ColumnInteractionType 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 type of interaction for this TV program.
[Android.Runtime.Register("COLUMN_INTERACTION_TYPE", ApiSince=26)]
public const string ColumnInteractionType;
[<Android.Runtime.Register("COLUMN_INTERACTION_TYPE", ApiSince=26)>]
val mutable ColumnInteractionType : string
Field Value
- Attributes
Remarks
The type of interaction for this TV program.
The value should match one of the followings: INTERACTION_TYPE_VIEWS, INTERACTION_TYPE_LISTENS, INTERACTION_TYPE_FOLLOWERS, INTERACTION_TYPE_FANS, INTERACTION_TYPE_LIKES, INTERACTION_TYPE_THUMBS, and INTERACTION_TYPE_VIEWERS.
Type: INTEGER
Android reference for android.media.tv.TvContract.PreviewPrograms.COLUMN_INTERACTION_TYPE.
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.