CallBannerControllerDelegate
@available(*, deprecated, message: "The CallBannerController controller and all its related types have been deprecated and they will be removed in a future release")
@objc(BDKCallBannerControllerDelegate)
public protocol CallBannerControllerDelegate : AnyObject
The CallBannerController‘s delegate. CallBannerController instances will notify their delegate about events that have or
are about to occur, giving them the ability to react to those event accordingly.
-
Invoked when the user has touched the “return to call” bar at the top of the screen.
Declaration
Swift
@objc func callBannerControllerDidTouchBanner(_ controller: CallBannerController)Parameters
controllerThe banner controller.
-
Invoked when the “return to call” bar is about to be hidden.
Declaration
Swift
@objc optional func callBannerControllerWillShowBanner(_ controller: CallBannerController)Parameters
controllerThe banner controller.
-
Invoked when the “return to call” bar is about to be shown.
Declaration
Swift
@objc optional func callBannerControllerWillHideBanner(_ controller: CallBannerController)Parameters
controllerThe banner controller.
View on GitHub
CallBannerControllerDelegate Protocol Reference