Language

PreviewAvailability Enum

Definition

public enum PreviewAvailability
type PreviewAvailability = 
Inheritance
PreviewAvailability

Fields

Name Value Description
Available 0

The availability for "available to this user".

Android reference for android.media.tv.TvContract.PreviewPrograms.AVAILABILITY_AVAILABLE.

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.

FreeWithSubscription 1

The availability for "free with subscription".

Android reference for android.media.tv.TvContract.PreviewPrograms.AVAILABILITY_FREE_WITH_SUBSCRIPTION.

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.

PaidContent 2

The availability for "paid content", either to-own or rental (user has not purchased/rented).

Android reference for android.media.tv.TvContract.PreviewPrograms.AVAILABILITY_PAID_CONTENT.

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.

Remarks

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