ModelPerformanceMode

public enum ModelPerformanceMode : Comparable

Enumeration which determines whether SDK should adapt its performance to environmental changes (acceleration/deceleration, standing time) or stay fixed.

  • Fixed mode.

    Declaration

    Swift

    case fixed
  • Dynamic mode. Performance depends on speed.

    Declaration

    Swift

    case dynamic