Classes

The following classes are available globally.

  • GameScene with the gamification tree

    See more

    Declaration

    Swift

    class GameScene : SKScene
  • Envirorment object that holds the globl state of the app

    See more

    Declaration

    Swift

    final class AppState : ObservableObject
  • Used for recording location data. Uses CoreMotion to classify the activity and only store trip information when travling on a automotive vheicle.

    See more

    Declaration

    Swift

    final class TripSegmentator : NSObject, ObservableObject, CLLocationManagerDelegate