ROInvocation
Overview
Location
- Reference: ROEventReceiver.h
- Namespace: RemObjectsSDK
- Ancestry: NSObject | ROInvocation
Class Methods
invocationWithSelector:object:
+ (nonnull ROInvocation *) invocationWithSelector:(nonnull SEL)selector object:(nonnull NSObject *)aHandler
Parameters:
- selector:
- aHandler:
Instance Methods
invoke
- (void) invoke
setArgument:atIndex:
- (void) setArgument:(nonnull void *)argumentLocation atIndex:(NSInteger)idx
Parameters:
- argumentLocation:
- idx: