AutoMateKey
public enum AutoMateKey : String
Set of LaunchEnvironment keys for predefined options implemented by AutoMate.
animation
: Key to pass withAnimationLaunchEnvironment
.contacts
: Key to pass withContactLaunchEnvironment
events
: Key to pass withEventLaunchEnvironment
.reminders
: Key to pass withReminderLaunchEnvironment
.isInUITest
: Key to pass withIsInUITestLaunchEnvironment
.
-
Key to pass with
AnimationLaunchEnvironment
.Declaration
Swift
case animation = "AM_ANIMATION_KEY"
-
Key to pass with
ContactLaunchEnvironment
Declaration
Swift
case contacts = "AM_CONTACTS_KEY"
-
Key to pass with
EventLaunchEnvironment
.Declaration
Swift
case events = "AM_EVENTS_KEY"
-
Key to pass with
ReminderLaunchEnvironment
.Declaration
Swift
case reminders = "AM_REMINDERS_KEY"
-
Key to pass with
IsInUITestLaunchEnvironment
.Declaration
Swift
case isInUITest = "AM_IS_IN_UI_TEST"