PromptMomentNotification extension type

A moment (status) notification from the prompt method.

Data type: PromptMomentNotification https://developers.google.com/identity/gsi/web/reference/js-reference#PromptMomentNotification

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDismissedReason() MomentDismissedReason?
The detailed reason for the dismissal.
getMomentType() MomentType
The moment type.
getNotDisplayedReason() MomentNotDisplayedReason?
The detailed reason why the UI isn't displayed.
getSkippedReason() MomentSkippedReason?
The detailed reason for the skipped moment.
isDismissedMoment() bool
Is this notification for a dismissed moment?
isDisplayed() bool
Is this notification for a display moment, and the UI is displayed?
isDisplayMoment() bool
Is this notification for a display moment?
isNotDisplayed() bool
Is this notification for a display moment, and the UI isn't displayed?
isSkippedMoment() bool
Is this notification for a skipped moment?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited