Object NotificationPriority.Companion
-
- All Implemented Interfaces:
public class NotificationPriority.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static NotificationPriority.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static NotificationPriorityfromString(String priorityString)Returns the NotificationPriority enum for the given priorityString. final static NotificationPriorityfromValue(Integer value)Returns the NotificationPriority enum for the given value. -
-
Method Detail
-
fromString
final static NotificationPriority fromString(String priorityString)
Returns the NotificationPriority enum for the given priorityString. If the priorityString is null or not found, returns PRIORITY_DEFAULT.
-
fromValue
final static NotificationPriority fromValue(Integer value)
Returns the NotificationPriority enum for the given value. If the value is null or not found, returns PRIORITY_DEFAULT.
-
-
-
-