FIRRemoteConfigCustomSignalsError
enum FIRRemoteConfigCustomSignalsError : NSInteger {}Firebase Remote Config custom signals error.
-
Unknown error.
Declaration
Objective-C
FIRRemoteConfigCustomSignalsErrorUnknown = 8101 -
Invalid value type in the custom signals dictionary.
Declaration
Objective-C
FIRRemoteConfigCustomSignalsErrorInvalidValueType = 8102 -
Limit exceeded for key length, value length, or number of signals.
Declaration
Objective-C
FIRRemoteConfigCustomSignalsErrorLimitExceeded = 8103