submitSelfReport

fun submitSelfReport(facilityId: Int, timestampInSeconds: Long, timeSpentInSeconds: Int, latitude: Double? = null, longitude: Double? = null, atFacility: Boolean = false, callback: AFCallback<AFResult>)