BroadpeakCDN

public enum BroadpeakCDN

Undocumented

  • All

    Used to declare that all sessions are using a Broadpeak CDN

    Declaration

    Swift

    case All
  • Used to declare that all given url are not hosted on a Broadpeak CDN

    Declaration

    Swift

    case None
  • The domain name list to use to identify url(s) using broadpeak product (i.e “cdn.broadpeak.com”) or (i.e “cdn.broadpeak.com”, “cdn2.broadpeak.com”)

    Declaration

    Swift

    case Custom([String])