Notifications

public struct Notifications

Notifications from OracleLive can be captured and handled by the app.

  • This notification will be sent when the call ended.

    Declaration

    Swift

    public static let LiveEndedNotification: NSNotification.Name
  • This notification will be sent when the call canceled.

    Declaration

    Swift

    public static let LiveCanceledNotification: NSNotification.Name
  • This notification will be sent when the call failed.

    Declaration

    Swift

    public static let LiveErrorNotification: NSNotification.Name
  • This notification will be sent when the call is connecting.

    Declaration

    Swift

    public static let LiveConnectingNotification: NSNotification.Name
  • This notification will be sent when the call connected.

    Declaration

    Swift

    public static let LiveConnectedNotification: NSNotification.Name