PhoneRegistrationFinished

@Serializable
@SerialName(value = "phone.native.phone_registration_finished")
class PhoneRegistrationFinished(val providerName: String) : SeamEvent.Phone.Native

App user's phone registration finished.

Parameters

providerName

the name of the provider that finished the phone registration.

Constructors

Link copied to clipboard
constructor(providerName: String)

Properties

Link copied to clipboard
@Transient
open override val eventType: String

Event type.

Link copied to clipboard