This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.enerjisa.handheld.aob.likemodule.vehiclefleet | |
import com.enerjisa.handheld.aob.likemodule.vehiclefleet.FleetAOBMessagingObject.Error.Type | |
import com.enerjisa.lib.enframework.data.models.ENObject | |
import com.google.gson.annotations.SerializedName | |
/** | |
* Created by Arda Kaplan on 08/09/2025 at 14:22. | |
* | |
* ardakaplan101@gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context | |
import android.util.Base64 | |
import android.util.Log | |
import com.ardakaplan.rdalogger.RDALogger | |
import kotlinx.coroutines.CoroutineScope | |
import kotlinx.coroutines.Dispatchers | |
import kotlinx.coroutines.launch | |
import okhttp3.Call | |
import okhttp3.Callback | |
import okhttp3.FormBody |