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

– initWith:handler:

Initialize with a name and a handler.

- (instancetype)initWith:(NSString *)name handler:(void ( ^ ) ( void ))handler

Parameters

name

The name use display an option in the dev options display action sheet.

handler

The handler that should be invoked when the option is selected.

Declared In

SalesforceSDKManager.h