AFCore
Toggle table of contents
1.6.1
android
Target filter
android
Switch theme
Search in API
Skip to content
AFCore
AFCore
/
com.advantahealth.api.util
/
AFCoreJavaBridge
/
submitAutomaticVisit
submit
Automatic
Visit
android
@
JvmStatic
fun
submitAutomaticVisit
(
visitType
:
VisitType
,
timestampInSeconds
:
Long
,
latitude
:
Double
,
longitude
:
Double
,
facilityId
:
String
,
timeSpentInSeconds
:
Long
,
callback
:
AFCallback
<
AFResult
>
)