registerGeofencesWithGeofencingClient

private fun registerGeofencesWithGeofencingClient(context: Context, newGeofencesToRegister: List<BrazeGeofence>, geofenceRequestIntent: PendingIntent, dataStoreProvider: GeofenceDataStoreProvider)

Registers a list of Geofence with a com.google.android.gms.location.GeofencingClient.

Parameters

context
newGeofencesToRegister

List of BrazeGeofences to register

geofenceRequestIntent

A pending intent to fire on completion of adding the Geofences with the com.google.android.gms.location.GeofencingClient.