PhonePosition

@objc(ZDPhonePosition)
public enum PhonePosition : Int32

The types of phone positions during a trip.

  • The case when Zendrive was unable to determine the position of the phone during a trip.

    Declaration

    Swift

    case unknown
  • The case when Zendrive was able to determine confidently that the phone was on mount during a trip.

    Declaration

    Swift

    case mount