AttributionBarLayoutChangeEvent

data class AttributionBarLayoutChangeEvent(val view: View, val left: Int, val top: Int, val right: Int, val bottom: Int, val oldLeft: Int, val oldTop: Int, val oldRight: Int, val oldBottom: Int)

Represents information about a change to the attribution bar's position or size.

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor(view: View, left: Int, top: Int, right: Int, bottom: Int, oldLeft: Int, oldTop: Int, oldRight: Int, oldBottom: Int)

Properties

Link copied to clipboard
val bottom: Int

The new value of the view's bottom property.

Link copied to clipboard
val left: Int

The new value of the view's left property.

Link copied to clipboard

The previous value of the view's bottom property.

Link copied to clipboard

The previous value of the view's left property.

Link copied to clipboard

The previous value of the view's right property.

Link copied to clipboard
val oldTop: Int

The previous value of the view's top property.

Link copied to clipboard
val right: Int

The new value of the view's right property.

Link copied to clipboard
val top: Int

The new value of the view's top property.

Link copied to clipboard
val view: View

The attribution bar's view.