ARViewState

@objc
public enum ARViewState : Int

The values of possible states of AR View.

  • Everything is initialized and ready to go.

    Declaration

    Swift

    case idle
  • BearSDK is looking for markers.

    Declaration

    Swift

    case scanning
  • BearSDK is processing the data. Shouldn’t be more than 10 seconds. If can’t finish in reasonable time - will fail with error.

    Declaration

    Swift

    case processing
  • BearSDK is tracking the marker.

    Declaration

    Swift

    case tracking