registerGeofences

abstract fun registerGeofences(context: Context, geofenceList: List<BrazeGeofence>, geofenceRequestIntent: PendingIntent)

Register a list of geofences.

Parameters

context

Application context.

geofenceList

List of BrazeGeofence to be registered.

geofenceRequestIntent

The intent to fire when geofence is triggered.