FMIceLinkFutureState Constants Reference
| Declared in | FMIceLinkFutureState.h |
|---|
FMIceLinkFutureState
The state of a future.
Definition
typedef NS_ENUM(NSInteger, FMIceLinkFutureState ) {
FMIceLinkFutureStatePending = 1,
FMIceLinkFutureStateResolved = 2,
FMIceLinkFutureStateRejected = 3,
};
Constants
FMIceLinkFutureStatePending-
Indicates that the promise has not been resolved or rejected.
Declared In
FMIceLinkFutureState.h. FMIceLinkFutureStateResolved-
Indicates that the promise has been resolved.
Declared In
FMIceLinkFutureState.h. FMIceLinkFutureStateRejected-
Indicates that the promise has been rejected.
Declared In
FMIceLinkFutureState.h.
Declared In
FMIceLinkFutureState.h