FMLiveSwitchPendingPromise Class Reference

Instance Methods

(instancetype) - initWithPromise:result:
 
(void) - rejectWithEx:
 
(void) - resolve
 

Class Methods

(FMLiveSwitchPendingPromise *) + pendingPromise:result:
 

Method Documentation

◆ initWithPromise:result:

- (instancetype) initWithPromise: (NSObject< FMLiveSwitchIPromise > *)  promise
result: (id result 

◆ pendingPromise:result:

+ (FMLiveSwitchPendingPromise*) pendingPromise: (NSObject< FMLiveSwitchIPromise > *)  promise
result: (id result 

◆ rejectWithEx:

- (void) rejectWithEx: (NSException *)  ex

◆ resolve

- (void) resolve