@elemental-design/expo-notifications
Version:
9 lines • 450 B
JavaScript
export var AndroidNotificationPriority;
(function (AndroidNotificationPriority) {
AndroidNotificationPriority["MIN"] = "min";
AndroidNotificationPriority["LOW"] = "low";
AndroidNotificationPriority["DEFAULT"] = "default";
AndroidNotificationPriority["HIGH"] = "high";
AndroidNotificationPriority["MAX"] = "max";
})(AndroidNotificationPriority || (AndroidNotificationPriority = {}));
//# sourceMappingURL=Notifications.types.js.map