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
/
submitSelfReport
submit
Self
Report
android
@
JvmStatic
fun
submitSelfReport
(
facilityId
:
Int
,
timestampInSeconds
:
Long
,
timeSpentInSeconds
:
Int
,
latitude
:
Double
?
=
null
,
longitude
:
Double
?
=
null
,
atFacility
:
Boolean
=
false
,
callback
:
AFCallback
<
AFResult
>
)