Xamarin.UITest.iOS.iOSApp.Invoke Method
Invokes a method on the apps AppDelegate. The signature should be of the form:

Example

(NSString *) calabashBackdoor:(NSString *)aIgnorable;
or if you want to pass parameters:

Example

(NSString *) calabashBackdoor:(NSDictionary *)params;

Syntax

public object Invoke (string methodName, object argument)

Parameters

methodName
The name of the method to invoke.
argument
The argument to pass to the method.

Returns

The result of the invocation.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.UITest.iOS
Assembly: Xamarin.UITest (in Xamarin.UITest.dll)
Assembly Versions: 0.0.0.0