InPlayerNotificationAPIManager

public final class InPlayerNotificationAPIManager

Class used to provide user ability to inject his own implementation of Session.

  • Singleton object.

    Declaration

    Swift

    public static let `default`: InPlayerNotificationAPIManager
  • The session.

    Declaration

    Swift

    public var session: InPlayerSession
  • Session base url string.

    Declaration

    Swift

    public var baseURLString: String { get set }