retrieve Braze Geofences From Local Storage
fun retrieveBrazeGeofencesFromLocalStorage(sharedPreferences: SharedPreferences): List<BrazeGeofence>
Retrieve stored Braze geofence objects from local storage.
Return
a list of BrazeGeofence objects parsed from shared preferences
Parameters
shared Preferences
a shared preference instance pointing to where geofences are stored.