SFSDKDevAction Class Reference
Inherits from | NSObject |
---|---|
Declared in | SalesforceSDKManager.h |
name
Gets the name being used by the action. Is used to display the option
@property (nonatomic, readonly) NSString *name
Return Value
name.
Declared In
SalesforceSDKManager.h
handler
Gets the handler associated with the action. Is used to display the option
@property (nonatomic, copy, nonnull) void ( ^ ) ( void ) handler
Return Value
name.
Declared In
SalesforceSDKManager.h