@react-native-firebase/messaging
Version:
React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging
20 lines • 601 B
TypeScript
export declare const AuthorizationStatus: {
readonly NOT_DETERMINED: -1;
readonly DENIED: 0;
readonly AUTHORIZED: 1;
readonly PROVISIONAL: 2;
readonly EPHEMERAL: 3;
};
export declare const NotificationAndroidPriority: {
readonly PRIORITY_MIN: -2;
readonly PRIORITY_LOW: -1;
readonly PRIORITY_DEFAULT: 0;
readonly PRIORITY_HIGH: 1;
readonly PRIORITY_MAX: 2;
};
export declare const NotificationAndroidVisibility: {
readonly VISIBILITY_SECRET: -1;
readonly VISIBILITY_PRIVATE: 0;
readonly VISIBILITY_PUBLIC: 1;
};
//# sourceMappingURL=statics.d.ts.map