IMUSessionDownloadState
public enum IMUSessionDownloadState
                Information about the current state of IMU session download.
- 
                  
                  
Downloading of session is in progress, contains progress percentage.
Declaration
Swift
case downloading(Int) - 
                  
                  
Session has been downloaded, contains downloaded file path.
Declaration
Swift
case downloaded(URL) 
            View on GitHub
          
      IMUSessionDownloadState Enumeration Reference