ServiceAlertNotification

@available(swift 4.0)
@available(iOS 10.0, tvOS 10.0, watchOS 3.0, macOS 10.12, *)
open class ServiceAlertNotification : Service

BLE Alert Notification Service

Alert Notification service exposes:

  • The different types of alerts with the short text messages.
  • The information how many count of new alert messages.
  • The information how many count of unread alerts.
  • Service Name

    Declaration

    Swift

    public static var name: String { get }
  • Service UUID

    Declaration

    Swift

    public static var uuidString: String { get }
  • Service Uniform Identifier

    Declaration

    Swift

    public static var uniformIdentifier: String { get }
  • Creates Alert Notification Service

    Declaration

    Swift

    public init()