Class IOSMobileCommandHelper


  • @Deprecated
    public class IOSMobileCommandHelper
    extends MobileCommand
    Deprecated.
    • Constructor Detail

      • IOSMobileCommandHelper

        public IOSMobileCommandHelper()
        Deprecated.
    • Method Detail

      • shakeCommand

        @Deprecated
        public static java.util.Map.Entry<java.lang.String,​java.util.Map<java.lang.String,​?>> shakeCommand()
        Deprecated.
        this helper is deprecated and will be removed in future versions.
        This method forms a Map of parameters for the device shaking.
        Returns:
        a key-value pair. The key is the command name. The value is a Map command arguments.
      • touchIdCommand

        @Deprecated
        public static java.util.Map.Entry<java.lang.String,​java.util.Map<java.lang.String,​?>> touchIdCommand​(boolean match)
        Deprecated.
        this helper is deprecated and will be removed in future versions.
        This method forms a Map of parameters for the touchId simulator.
        Parameters:
        match - If true, simulates a successful fingerprint scan. If false, simulates a failed fingerprint scan.
        Returns:
        a key-value pair. The key is the command name. The value is a Map command arguments.
      • toggleTouchIdEnrollmentCommand

        @Deprecated
        public static java.util.Map.Entry<java.lang.String,​java.util.Map<java.lang.String,​?>> toggleTouchIdEnrollmentCommand​(boolean enabled)
        Deprecated.
        this helper is deprecated and will be removed in future versions.
        This method forms a Map of parameters for the toggling touchId enrollment in simulator.
        Parameters:
        enabled - Whether to enable or disable Touch ID Enrollment for Simulator.
        Returns:
        a key-value pair. The key is the command name. The value is a Map command arguments.