Refreshed

@Serializable
@SerialName(value = "phone.native.credentials.refreshed")
data class Refreshed(val credentials: List<SeamSchema.IAcsCredential>) : SeamEvent.Phone.Native.Credentials

Set of credentials has been refreshed.

Parameters

credentials

List of credentials.

Constructors

Link copied to clipboard
constructor(credentials: List<SeamSchema.IAcsCredential>)

Properties

Link copied to clipboard
@SerialName(value = "credentials")
val credentials: List<SeamSchema.IAcsCredential>
Link copied to clipboard
@Transient
open override val eventType: String

Event type.