RBToastAlertViewDelegate Protocol Reference

Conforms to NSObject
Declared in RBToastAlertView.h

Overview

A delegate to receive toast presentation events for an RBToastAlertView.

– toastAlertViewWillBecomeActive:

Called when the toast alert view will become active.

- (void)toastAlertViewWillBecomeActive:(nonnull RBToastAlertView *)toastAlertView

Parameters

toastAlertView

The RBToastAlertView object.

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 RBToastAlertView object.

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 RBToastAlertView object.

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