geofence_manager_fence_cb typedef

@brief Called when the fence list is requested. @since_tizen 2.4 @paramin geofence_id The geofence ID @paramin fence The fence handle @paramin fence_index The index number of the fences in the list @paramin fence_cnt The total number of fences that exists for the requester @paramin user_data The user data passed from callback registration function @return @c true to continue iterating, otherwise @c false @pre geofence_manager_foreach_geofence_list() and geofence_manager_foreach_place_geofence_list() will invoke this callback if you specify this callback using geofence_manager_foreach_geofence_list(). @see geofence_manager_foreach_geofence_list() @see geofence_manager_foreach_place_geofence_list() @see geofence_manager_add_fence()

Implementation

typedef geofence_manager_fence_cb
    = ffi.Pointer<ffi.NativeFunction<geofence_manager_fence_cbFunction>>;