FcmConfigError class
An FCM configuration error reported by the PushEngage Android SDK.
Delivered via PushEngage.onFcmConfigError. Android only — the stream never emits on iOS.
Codes:
5001— FCM sender id mismatch5002— FCM project id mismatch5003— local FCM config invalid5004— both sender id and project id mismatch
Constructors
- FcmConfigError({required int code, required String message})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited