PersonJoinedOptions

data class PersonJoinedOptions(val name: String, val showAlert: ShowAlert? = null)

Constructors

Link copied to clipboard
constructor(name: String, showAlert: ShowAlert? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val showAlert: ShowAlert? = null