RBToastAlertViewDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBToastAlertView.h |
– toastAlertViewWillBecomeActive:
Called when the toast alert view will become active.
- (void)toastAlertViewWillBecomeActive:(nonnull RBToastAlertView *)toastAlertView
Parameters
toastAlertView |
The |
---|
Discussion
Called when the toast alert view will become active.
Declared In
RBToastAlertView.h
– toastAlertViewDidBecomeInactive:
Called when the toast alert view will become inactive.
- (void)toastAlertViewDidBecomeInactive:(nonnull RBToastAlertView *)toastAlertView
Parameters
toastAlertView |
The |
---|
Discussion
Called when the toast alert view will become inactive.
Declared In
RBToastAlertView.h
– toastAlertView:willPresentWithSchema:
Called when the toast alert view will present in it’s parent view.
- (void)toastAlertView:(nonnull RBToastAlertView *)toastAlertView willPresentWithSchema:(nonnull RBToastAlertSchema *)schema
Parameters
toastAlertView |
The |
---|---|
schema |
The schema that describes the toast alert content that will be presented. |
Discussion
Called when the toast alert view will present in it’s parent view.
Declared In
RBToastAlertView.h