FileOptions

class FileOptions(val clickUrl: String, val sortOrder: Int? = null) : Parcelable

A portion of the data received from the ad server and decoded by the SDK that is associated with additional options related to the file.

Constructors

Link copied to clipboard
constructor(clickUrl: String, sortOrder: Int? = null)

Creates an FileOptions instance. You can use this constructor for testing. Normally you do not need to use it.

Properties

Link copied to clipboard

An URL for tracking file tap event.

Link copied to clipboard
val sortOrder: Int? = null

The sort order of the file.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)