Companion
object Companion
Functions
Link copied to clipboard
fun getGeofencesEnabledFromConfiguration(configurationProvider: BrazeConfigurationProvider): Boolean
Link copied to clipboard
fun getGeofencesEnabledFromServerConfig(serverConfigStorageProvider: ServerConfigStorageProvider): Boolean
Together with BrazeGeofenceManager#isGeofencesEnabledFromEnvironment(Context) determines whether the geofence feature is enabled for the current app run. Both checks must be satisfied for geofences to be enabled.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun retrieveBrazeGeofencesFromLocalStorage(sharedPreferences: SharedPreferences): List<BrazeGeofence>
Retrieve stored Braze geofence objects from local storage.