package co.ab180.airbridge.unity;

class AirbridgeConstants {

    static class Param {
        // Default attributes
        static final String CATEGORY = "category";
        static final String CUSTOM_ATTRIBUTES = "customAttributes";
        static final String SEMANTIC_ATTRIBUTES = "semanticAttributes";
    }
}