Set custom crash segmentation which will be added to all recorded crashes
Map<String, dynamic> customCrashSegment - crashSegment segmentation information. Accepted values are "Integer", "String", "Double", "Boolean"
Set user location
String country_code - ISO Country code for the user's country
String city - Name of the user's city
String gpsCoordinates - comma separate lat and lng values. For example, "56.42345,123.45325"
String ipAddress - ip address
This flag limits the number of requests that can be stored in the request queue when the Countly server is unavailable or unreachable.
If the number of requests in the queue reaches the limit, the oldest requests in the queue will be dropped.
int maxSize - Minimum value is "1".
int maxSize - Default value is 1,000.
If enable, will automatically download newest remote config values.
enabled set true for enabling it
callback callback called after the update was done
This would set a time frame in which the requests older than the given hours would be dropped while sending a request
Ex: Setting this to 10 would mean any requests created more than 10 hours ago would be dropped if they were in the queue
int dropAgeHours A positive integer. Requests older than the 'dropAgeHours' (with respect to now) would be dropped
Set the provided server config
String sdkBehaviorSettings - provided server config
This is used to provide the server config in case the server config is not available in the initializion time