TNDriveDetectionMode

@objc
public enum TNDriveDetectionMode : Int

Drive detection mode enum

  • auto: Automatically detected by drive motion
  • manual: Manually trigger drive motion, use {@link TNDriveMotionClient#startDrive()} and {@link TNDriveMotionClient#stopDrive()}
  • Undocumented

    Declaration

    Swift

    case auto
  • Undocumented

    Declaration

    Swift

    case manual