SFSDKAlertMessage Class Reference

Inherits from NSObject
Declared in SFSDKAlertMessage.h

  alertTitle

@property (nonatomic, readonly) NSString *alertTitle

  alertMessage

@property (nonatomic, readonly) NSString *alertMessage

  actionOneTitle

@property (nonatomic, readonly) NSString *actionOneTitle

  actionTwoTitle

@property (nonatomic, readonly) NSString *actionTwoTitle

  actionOneCompletion

@property (nonatomic, readonly) void ( ^ ) ( void ) actionOneCompletion

  actionTwoCompletion

@property (nonatomic, readonly) void ( ^ ) ( void ) actionTwoCompletion

– initWithBuilder:

- (instancetype)initWithBuilder:(SFSDKAlertMessageBuilder *)builder

+ messageWithBlock:

+ (SFSDKAlertMessage *)messageWithBlock:(void ( ^ ) ( SFSDKAlertMessageBuilder *))builderBlock