iOSApp.InvokeDeviceAgentGesture(String, Object, Object) Method

Definition

Invokes the Device Agent gesture.

public void InvokeDeviceAgentGesture (string gesture, object options = null, object specifiers = null);
member this.InvokeDeviceAgentGesture : string * obj * obj -> unit
Public Sub InvokeDeviceAgentGesture (gesture As String, Optional options As Object = null, Optional specifiers As Object = null)

Parameters

gesture
String

The gesture to perform.

options
Object

The gesture options.

specifiers
Object

The gesture specifiers.

Applies to