FormAlertButtonSelectionBlock Block Reference

Declared in UIViewController+ManagedFormAlert.h

Block Definition

FormAlertButtonSelectionBlock

A block that is called when a custom button is tapped on a managed form alert.

typedef void (^FormAlertButtonSelectionBlock) (NSString *__nonnull, buttonIdentifier ,, BOOL *__nonnull, shouldDismissAlert ), ; @interface, UIViewController (, ManagedFormAlert ), < RBFormAlertViewControllerDelegate, > @property, ( nonatomic, nonnull ), RBPresentationAnimator *defaultFormAlertAnimator, ; @property, ( nonatomic, ) RBVerticalAlignment, defaultFormAlertAlignment ;, @property (, nonatomic ), UIEdgeInsets defaultFormAlertMargin, ; -, ( void, ) formAlertWithSchema, : (, nonnull RBManagedFormAlertSchema, * ), schema buttonSelected, : (, nullable FormAlertButtonSelectionBlock, ) buttonSelected, animated :, ( BOOL, ) animated, completion :, ( nullable, FormAlertCompletionBlock ), completion ;, - (, BOOL ), dismissFormAlertWithAnimation :, ( BOOL, ) animated, completion :, ( nullable, dispatch_block_t ), completion ;, @end )

Discussion

A block that is called when a custom button is tapped on a managed form alert.

Declared In

UIViewController+ManagedFormAlert.h