Instance Methods | |
(instancetype) | - initWithPromise:result: |
(void) | - rejectWithEx: |
(void) | - resolve |
Class Methods | |
(FMLiveSwitchPendingPromise *) | + pendingPromise:result: |
- (instancetype) initWithPromise: | (NSObject< FMLiveSwitchIPromise > *) | promise | |
result: | (id) | result | |
+ (FMLiveSwitchPendingPromise*) pendingPromise: | (NSObject< FMLiveSwitchIPromise > *) | promise | |
result: | (id) | result | |
- (void) rejectWithEx: | (NSException *) | ex |
- (void) resolve |