Placement

object Placement

Functions

appearsFromBottom
Link copied to clipboard
js
fun appearsFromBottom(toasts: List<ToastComponent.ToastFragment>): Boolean
equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

bottom
Link copied to clipboard
js
const val bottom: String
bottomLeft
Link copied to clipboard
js
const val bottomLeft: String
bottomRight
Link copied to clipboard
js
const val bottomRight: String
placements
Link copied to clipboard
js
val placements: List<String>
top
Link copied to clipboard
js
const val top: String
topLeft
Link copied to clipboard
js
const val topLeft: String
topRight
Link copied to clipboard
js
const val topRight: String