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

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

The newest version!
package com.wisetrack.sdk

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

enum class TrackingState(private var value: Int) {
    OPTED_OUT(1);

    @JvmName("getStateValue")
    public fun getValue(): Int {
        return value
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy