ConfirmationStatus

public enum ConfirmationStatus : UInt32, CaseIterable, Codable

Confirmation action specific status codes.

  • ok

    Action succeeded.

    Declaration

    Swift

    case ok
  • Action is still in progress. While in this state, Location Engine can be used normally.

    Declaration

    Swift

    case pending
  • Action is not allowed. Contact HERE support if you believe this action should be allowed.

    Declaration

    Swift

    case notAllowed
  • Action is not supported.

    Declaration

    Swift

    case notSupported