All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.com.wisetrack.sdk.DefaultConfig.kt Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
package com.wisetrack.sdk

/**
@author hamed (@hamed-hsb)
 * @since 04th October 2021
 */

class DefaultConfig {
    companion object {
        const val APP_TOKEN_LENGTH = 12
        const val WISETRACK_CONFIG_FILE_NAME = "wisetrack_config.properties"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy