-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum LimitType extends Enum<LimitType>
Enumeration representing different types of limits for in-app notifications.
Each enum value corresponds to a specific type of limit that can be applied, such as "ever," "session," "seconds," "minutes," "hours," "days," "weeks," "onEvery," and "onExactly."
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLimitType.CompanionCompanion object providing a method to convert a string representation into the corresponding LimitType.
-