UNPKG

react-native-firebase-compiled

Version:

A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto

81 lines (80 loc) 1.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Visibility = exports.SemanticAction = exports.Priority = exports.Importance = exports.GroupAlert = exports.Defaults = exports.Category = exports.BadgeIconType = void 0; const BadgeIconType = { Large: 2, None: 0, Small: 1 }; exports.BadgeIconType = BadgeIconType; const Category = { Alarm: 'alarm', Call: 'call', Email: 'email', Error: 'err', Event: 'event', Message: 'msg', Progress: 'progress', Promo: 'promo', Recommendation: 'recommendation', Reminder: 'reminder', Service: 'service', Social: 'social', Status: 'status', System: 'system', Transport: 'transport' }; exports.Category = Category; const Defaults = { All: -1, Lights: 4, Sound: 1, Vibrate: 2 }; exports.Defaults = Defaults; const GroupAlert = { All: 0, Children: 2, Summary: 1 }; exports.GroupAlert = GroupAlert; const Importance = { Default: 3, High: 4, Low: 2, Max: 5, Min: 1, None: 0, Unspecified: -1000 }; exports.Importance = Importance; const Priority = { Default: 0, High: 1, Low: -1, Max: 2, Min: -2 }; exports.Priority = Priority; const SemanticAction = { Archive: 5, Call: 10, Delete: 4, MarkAsRead: 2, MarkAsUnread: 3, Mute: 6, None: 0, Reply: 1, ThumbsDown: 9, ThumbsUp: 8, Unmute: 7 }; exports.SemanticAction = SemanticAction; const Visibility = { Private: 0, Public: 1, Secret: -1 }; exports.Visibility = Visibility;