data class AdMarker: Any
Fields
| Name | Description |
|---|---|
val position: Double?
|
start position of the Ad |
val duration: Double?
|
duration of the Ad |
Constructors
<init>
constructor(position: Double?, duration: Double?)
Parameters
| Name | Description |
|---|---|
position: Double?
|
start position of the Ad |
duration: Double?
|
duration of the Ad |