ViReservedTrackingAction
public enum ViReservedTrackingAction : String
                These actions are recorded automatically when calling various ViSenze API calls Please do not use these actions in your custom actions
- 
                  
                  
trigger when calling find similar API
Declaration
Swift
case SEARCH = "search" 
- 
                  
                  
trigger when call you may like API
Declaration
Swift
case RECOMMENDATION = "recommendation" 
- 
                  
                  
trigger when call color search API
Declaration
Swift
case COLOR_SEARCH = "colorsearch" 
- 
                  
                  
trigger when call search by image API
Declaration
Swift
case UPLOAD_SEARCH = "uploadsearch" 
View on GitHub
        ViReservedTrackingAction Enum Reference