Uses of Class
org.robovm.apple.intents.INRecurrenceFrequency
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INRecurrenceFrequency in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INRecurrenceFrequency Modifier and Type Method Description INRecurrenceFrequencyINRecurrenceRule. getFrequency()static INRecurrenceFrequencyINRecurrenceFrequency. valueOf(long n)Returns the enum constant of this type with the specified name.static INRecurrenceFrequencyINRecurrenceFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static INRecurrenceFrequency[]INRecurrenceFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intents with parameters of type INRecurrenceFrequency Modifier and Type Method Description protected longINRecurrenceRule. init(long interval, INRecurrenceFrequency frequency)protected longINRecurrenceRule. init(long interval, INRecurrenceFrequency frequency, INDayOfWeekOptions weeklyRecurrenceDays)Constructors in org.robovm.apple.intents with parameters of type INRecurrenceFrequency Constructor Description INRecurrenceRule(long interval, INRecurrenceFrequency frequency)INRecurrenceRule(long interval, INRecurrenceFrequency frequency, INDayOfWeekOptions weeklyRecurrenceDays)