NativeBridgeDelegate
public protocol NativeBridgeDelegate : AnyObject
Delegate for native bridge events from web views.
-
Called when
UAirship.close()is triggered from the JavaScript environment.Declaration
Swift
func close()
View on GitHub