-
Notifications
You must be signed in to change notification settings - Fork 3
DialogLeftEvent
Kenan Genjac edited this page Jun 27, 2023
·
1 revision
Read-only property representing the errorCode
field.
-
ErrorCode
- Represents the error code that the dialog was left with.
func onDialogLeft(_ dialogLeftEvent: DialogLeftEvent) {
os_log("You left the dialog. Status: %@", dialogLeftEvent.errorCode.name)
}