register Geofences
abstract fun registerGeofences(context: Context, geofenceList: List<BrazeGeofence>, geofenceRequestIntent: PendingIntent)
Register a list of geofences.
Parameters
context
Application context.
geofence List
List of BrazeGeofence to be registered.
geofence Request Intent
The intent to fire when geofence is triggered.