AutoMateLaunchOptionKey
public enum AutoMateLaunchOptionKey : LaunchOptionKey
Represents key used in the launch environments handled by AppBudy.
animation
: Used to enable / disable animation, used by theAnimationHandler
.contacts
: Used to manage contacs by theContactsHandler
.events
: Used to manage events by theEventKitHandler
.reminders
: Used to manage reminders by theEventKitHandler
.isInUITest
: Used to manege UI test environment information by theIsInUITestHandler
.
-
Used to enable / disable animation, used by the
AnimationHandler
.Declaration
Swift
case animation = "AM_ANIMATION_KEY"
-
Used to manage contacs by the
ContactsHandler
.Declaration
Swift
case contacts = "AM_CONTACTS_KEY"
-
Used to manage events by the
EventKitHandler
.Declaration
Swift
case events = "AM_EVENTS_KEY"
-
Used to manage reminders by the
EventKitHandler
.Declaration
Swift
case reminders = "AM_REMINDERS_KEY"
-
Used to manege UI test environment information by the
IsInUITestHandler
.Declaration
Swift
case isInUITest = "AM_IS_IN_UI_TEST"