AdSourceType
@Serializable
enum AdSourceType : Parcelable, Enum<AdSourceType>
The available types an AdSource can have.
Entries
| Bitmovin | @SerialName(value = "bitmovin") Bitmovin |
| Ima | @SerialName(value = "ima") Ima |
| Unknown | @SerialName(value = "unknown") Unknown |
| Progressive | @SerialName(value = "progressive") Progressive |
Properties
| Name | Summary |
|---|---|
| entries | val entries: EnumEntries<AdSourceType> Returns a representation of an immutable list of all enum entries, in the order they're declared. |
Functions
| Name | Summary |
|---|---|
| valueOf | fun valueOf(value: String): AdSourceType Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
| values | fun values(): Array<AdSourceType> Returns an array containing the constants of this enum type, in the order they're declared. |