SFSDKAlertMessageBuilder Class Reference

Inherits from NSObject
Declared in SFSDKAlertMessageBuilder.h

  alertTitle

@property (nonatomic, copy) NSString *alertTitle

  alertMessage

@property (nonatomic, copy) NSString *alertMessage

  actionOneTitle

@property (nonatomic, copy) NSString *actionOneTitle

  actionTwoTitle

@property (nonatomic, copy) NSString *actionTwoTitle

  actionOneCompletion

@property (nonatomic, copy, nonnull) void ( ^ ) ( void ) actionOneCompletion

  actionTwoCompletion

@property (nonatomic, copy, nonnull) void ( ^ ) ( void ) actionTwoCompletion

– build

- (SFSDKAlertMessage *)build