UserInterfaceLayerDelegate

public protocol UserInterfaceLayerDelegate : AnyObject

The protocol allows to support messaging that comes from UIApplicationDelegate and rest iOS API This maybe relevant to inform UILayer Plugin in cases url schme comes to application

  • Delegate instance that conforms implemented UIApplicationDelegate functions

    Declaration

    Swift

    var applicationDelegate: UIApplicationDelegate? { get set }
  • Undocumented

    Declaration

    Swift

    var userNotificationCenterDelegate: UNUserNotificationCenterDelegate? { get set }