OODiscoveryOptions Class Reference

OODiscoveryOptions. More...

#import "OODiscoveryOptions.h"

+ Inheritance diagram for OODiscoveryOptions:

Instance Methods

(instancetype) - init
 the timeout value for http connections. More...
 
(instancetype) - initWithType:limit:timeout:
 Initialize an OODiscoveryOptions object with the given parameters. More...
 

Properties

OODiscoveryType type
 
int limit
 the discovery type. More...
 
NSTimeInterval timeout
 limit of discovery results More...
 

Detailed Description

Method Documentation

- (instancetype) init

the timeout value for http connections.

Default: 60 seconds Initialize an OODiscoveryOptions object with the all properties with default values

Returns
the initialized OOOptions
- (instancetype) initWithType: (OODiscoveryType)  type
limit: (int)  limit
timeout: (NSTimeInterval)  timeout 

Initialize an OODiscoveryOptions object with the given parameters.

Returns
the initialized OOOptions

Property Documentation

- (int) limit
readwriteatomic

the discovery type.

Default: similar assets

- (NSTimeInterval) timeout
readwriteatomic

limit of discovery results

- (OODiscoveryType) type
readwriteatomic

The documentation for this class was generated from the following file: