AegisPushPrimer class
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
-
clearCooldown(
) → Future< void> - Clear the cooldown — operator opt-in reset / debug flow.
-
isAlreadyAuthorized(
) → Future< bool> - True when the user has already granted notification permission — the SDK should skip the primer entirely.
-
isInCooldown(
) → Future< bool> - True when the user previously tapped "Not right now" and the cooldown window hasn't elapsed.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onEvent(
void callback(PushPrimerEvent event)) → StreamSubscription< PushPrimerEvent> -
Subscribe to all push primer canonical events fired by the native
renderer. Returns a StreamSubscription — call
.cancel()to unsubscribe. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AegisPushPrimer
-
final