MetaExperienceCloseReason

public enum MetaExperienceCloseReason

Reason why the experience closed

  • There was a network error that caused the experience to exit

    Declaration

    Swift

    case networkError
  • The user tapped the close button, or did not enable required permissions

    Declaration

    Swift

    case userAction
  • The experience completed successfully

    Declaration

    Swift

    case completion
  • The experience closed for an unspecified reason

    Declaration

    Swift

    case unknown