TextNotificationType

public enum TextNotificationType : UInt32, CaseIterable, Codable

Different types of text notifications.

  • Notifications which contain information about the next maneuver. e.g. “Now turn right”

    Declaration

    Swift

    case maneuver
  • Notifications which contain information about the next safety camera warner. e.g.“Speed camera ahead”

    Declaration

    Swift

    case safetyCameraWarning
  • Notifications which contain information about the next traffic merge warner. e.g.“Traffic merging ahead”

    Declaration

    Swift

    case trafficMergeWarning