UNPKG

react-native-firebase-for-netmera

Version:
67 lines 1.02 kB
export const BadgeIconType = { Large: 2, None: 0, Small: 1 }; export 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' }; export const Defaults = { All: -1, Lights: 4, Sound: 1, Vibrate: 2 }; export const GroupAlert = { All: 0, Children: 2, Summary: 1 }; export const Importance = { Default: 3, High: 4, Low: 2, Max: 5, Min: 1, None: 0, Unspecified: -1000 }; export const Priority = { Default: 0, High: 1, Low: -1, Max: 2, Min: -2 }; export const SemanticAction = { Archive: 5, Call: 10, Delete: 4, MarkAsRead: 2, MarkAsUnread: 3, Mute: 6, None: 0, Reply: 1, ThumbsDown: 9, ThumbsUp: 8, Unmute: 7 }; export const Visibility = { Private: 0, Public: 1, Secret: -1 };