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 retryBlock
Discussion
defines the block that will invoked incase of network retry.
Declared In
KNYNetworkOptions.h
retryCount
Defines how many times network call has to retry incase of network error. Default values is 5
@property (nonatomic, readwrite) int retryCount
Discussion
Defines how many times network call has to retry incase of network error. Default values is 5
Declared In
KNYNetworkOptions.h