AttributionLayout

data class AttributionLayout(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean)

Class representing attribution properties.

Constructors

AttributionLayout
Link copied to clipboard
fun AttributionLayout(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean)

Functions

component1
Link copied to clipboard
operator fun component1(): Bitmap?
component2
Link copied to clipboard
operator fun component2(): PointF?
component3
Link copied to clipboard
operator fun component3(): Boolean
copy
Link copied to clipboard
fun copy(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean): AttributionLayout
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

anchorPoint
Link copied to clipboard
val anchorPoint: PointF?
x, y anchor point for placing the logo on the screen.
isShortText
Link copied to clipboard
val isShortText: Boolean
If set to true shorter text version will be used.
logo
Link copied to clipboard
val logo: Bitmap?
Bitmap logo.