AdPlaybackState.SkipInfo
class AdPlaybackState.SkipInfo
Information about skipping an ad.
Summary
Public constructors |
|---|
|
Creates an instance. |
Public functions |
|
|---|---|
Boolean |
|
java-static AdPlaybackState.SkipInfo! |
fromBundle(bundle: Bundle!)Restores a |
Int |
hashCode() |
Bundle! |
toBundle()Returns a |
Public properties |
|
|---|---|
String? |
The identifier for the label to be displayed in the UI, or null if unset. |
Long |
The duration for which the skip control should be shown, in microseconds, or |
Long |
The time after which the ad is skippable, in microseconds. |
Public constructors
Public functions
fromBundle
java-static fun fromBundle(bundle: Bundle!): AdPlaybackState.SkipInfo!
Restores a SkipInfo from a Bundle.
Public properties
labelId
val labelId: String?
The identifier for the label to be displayed in the UI, or null if unset.
skipDurationUs
val skipDurationUs: Long
The duration for which the skip control should be shown, in microseconds, or TIME_UNSET if it should be shown until the ad ends.