ChannelIdValue.ChannelIdValueType

  • ChannelIdValue.ChannelIdValueType is an enum that extends Enum and implements Parcelable.

  • It represents the type of value stored by a ChannelIdValue.

  • The enum includes constants for ABSENT, OBJECT, and STRING.

  • It has a CREATOR field for Parcelable implementation.

public static final enum ChannelIdValue.ChannelIdValueType extends Enum<ChannelIdValue.ChannelIdValueType>
implements Parcelable

The type of value stored by this ChannelIdValue.

Inherited Constant Summary

Field Summary

public static final Creator<ChannelIdValue.ChannelIdValueType> CREATOR

Inherited Method Summary

Enum Values

public static final ChannelIdValue.ChannelIdValueType ABSENT

public static final ChannelIdValue.ChannelIdValueType OBJECT

public static final ChannelIdValue.ChannelIdValueType STRING

Fields

public static final Creator<ChannelIdValue.ChannelIdValueType> CREATOR