ValidityStrategy
public enum ValidityStrategy
Options for Validity Strategy
-
The default strategy assumes you know what type of Messages should be included with each type of file.
Declaration
Swift
case none
-
File Type Checking
This will check to make sure you have the correct Messages include for the file type indicated in the FileIdMessage.
Declaration
Swift
case fileType
-
Garmin Connect Activity
Garmin Connect reqiures some extra Messages in the Activity file type in order for it to be uploaded.
Declaration
Swift
case garminConnect