arcgis-maps-kotlin-toolkit
Toggle table of contents
200.8.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
arcgis-maps-kotlin-toolkit
arcgis-maps-kotlin-toolkit
/
com.arcgismaps.toolkit.authentication
/
UsernamePasswordChallenge
/
UsernamePasswordChallenge
Username
Password
Challenge
constructor
(
url
:
String
,
onUsernamePasswordReceived
:
(
username
:
String
,
password
:
String
)
->
Unit
,
cause
:
Throwable
?
=
null
,
onCancel
:
(
)
->
Unit
)