The information in this topic may be out of date. The current SDK reference guide has moved here.
init method
The constructor for the Configuration class. This object isset upand then passed to the [Eyes configuration] method before the call to the [Eyes openWithApplicationName] method.
Syntax
Configuration* config = [Configuration new];
Parameters
This method does not take any parameters.Return value
- Type: Configuration*
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.