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

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

The newest version!
package com.wisetrack.sdk

import org.json.JSONObject

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

class WiseTrackSessionSuccess {

    var adid: String? = null
    var message: String? = null
    var timestamp: String? = null
    var jsonResponse: JSONObject? = null


    override fun toString(): String {
        return "WiseTrackSessionSuccess(adid=$adid, message=$message, timestamp=$timestamp, jsonResponse=$jsonResponse)"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy