KNYNetworkOptions Class Reference
| Inherits from | NSObject |
| Declared in | KNYNetworkOptions.h |
Properties
retryBlock
defines the block that will invoked incase of network retry.
@property (nonatomic, copy) KNYNetworkRetryBlock retryBlockDiscussion
defines the block that will invoked incase of network retry.
Declared In
KNYNetworkOptions.hretryCount
Defines how many times network call has to retry incase of network error. Default values is 5
@property (nonatomic, readwrite) int retryCountDiscussion
Defines how many times network call has to retry incase of network error. Default values is 5
Declared In
KNYNetworkOptions.h