M
val txtIntent = Intent(Intent.ACTION_SEND)
txtIntent.type = "text/plain"
txtIntent.putExtra(
Intent.EXTRA_TEXT,
dialog.scannedText.text.toString()
)
context.startActivity(Intent.createChooser(txtIntent, "Share QR Result"))
}
Size: a a a
M
V
interface ApiAuthService {
@POST("${BuildConfig.API_ACCESS_URL}/api/login_check")
suspend fun getToken(request: GetApiTokenRequest): Response<GetApiTokenResponse>
}
java.lang.IllegalArgumentException: Unable to create call adapter for class java.lang.Object
for method ApiAuthService.getToken
СМ
Kd
interface ApiAuthService {
@POST("${BuildConfig.API_ACCESS_URL}/api/login_check")
suspend fun getToken(request: GetApiTokenRequest): Response<GetApiTokenResponse>
}
java.lang.IllegalArgumentException: Unable to create call adapter for class java.lang.Object
for method ApiAuthService.getToken
СП
K
V
k
QH
QH
QH
interface ApiAuthService {
@POST("${BuildConfig.API_ACCESS_URL}/api/login_check")
suspend fun getToken(request: GetApiTokenRequest): Response<GetApiTokenResponse>
}
java.lang.IllegalArgumentException: Unable to create call adapter for class java.lang.Object
for method ApiAuthService.getToken
СМ
СМ
СМ
QH
СМ
k
СМ
СМ
QH