Constants

The following constants are available globally.

  • DIAL’s SSDP service type e.g. urn:dial-multiscreen-org:service:dial:1

    Declaration

    Objective-C

    extern NSString *const SSDPServiceType_DIAL_MultiScreenOrgService1

    Swift

    let SSDPServiceType_DIAL_MultiScreenOrgService1: String
  • string for HbbTV app name

    Declaration

    Objective-C

    extern NSString *const kHbbTVApp

    Swift

    let kHbbTVApp: String
  • Notifications this components produces

    New device found notification

    Declaration

    Objective-C

    extern NSString *const kNewDIALDeviceDiscoveryNotification

    Swift

    static let newDIALDeviceDiscovery: NSNotification.Name
  • Device expired notification

    Declaration

    Objective-C

    extern NSString *const kDIALDeviceExpiryNotification

    Swift

    static let dialDeviceExpiry: NSNotification.Name
  • Devices list has changed, reload notification

    Declaration

    Objective-C

    extern NSString *const kRefreshDiscoveredDevicesNotification

    Swift

    static let refreshDiscoveredDevices: NSNotification.Name