enable
abstract fun enable(locations: List<GeofenceManager.GeofenceLocation>, callback: (event: GeofencingEvent) -> Unit, setupCallback: (Result<Void>) -> Unit = {})
Content copied to clipboard
abstract fun enable(locations: List<GeofenceManager.GeofenceLocation>, activity: Class<out FragmentActivity>, setupCallback: (Result<Void>) -> Unit = {}, notificationCallback: (String) -> Unit = {})
Content copied to clipboard