SlyceSearchParameters Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in SlyceSearchParameters.h

  languageCode

The ISO 639-1 alpha-2 language code for this request.

@property (nonatomic, copy, nullable) NSString *languageCode

Declared In

SlyceSearchParameters.h

  countryCode

The ISO 3166-1 alpha-2 country code for this request.

@property (nonatomic, copy, nullable) NSString *countryCode

Declared In

SlyceSearchParameters.h

  workflowOptions

Arbitrary options to pass to the workflow.

@property (nonatomic, copy, nullable) NSDictionary<NSString*id> *workflowOptions

Discussion

All values in this dictionary must be JSON-compatible. The dictionary is deep-copied on assignment.

Declared In

SlyceSearchParameters.h

  demoMode

Enables demo mode.

@property (nonatomic, assign) BOOL demoMode

Discussion

If demo mode is enabled, some of the more time consuming operations will be disabled. This allows clients to receive faster, but less accurate results while integrating the SlyceSDK. Demo mode should not be enabled in your production application.

Declared In

SlyceSearchParameters.h