SASParallaxMargins

data class SASParallaxMargins(val left: Int = 0, val top: Int = 0, val right: Int = 0, val bottom: Int = 0)

Model class representing the margins to apply to a parallax ads. All supplied values are in device pixel unit.

Constructors

Link copied to clipboard
constructor(left: Int = 0, top: Int = 0, right: Int = 0, bottom: Int = 0)

Properties

Link copied to clipboard
val bottom: Int = 0
Link copied to clipboard
val left: Int = 0
Link copied to clipboard
val right: Int = 0
Link copied to clipboard
val top: Int = 0

Functions

Link copied to clipboard
operator fun plus(otherMargins: SASParallaxMargins): SASParallaxMargins

Add other parallax margins