Remote Config
data class RemoteConfig(isAppEnabled: Boolean, isInAppEnabled: Boolean, isGeofenceEnabled: Boolean, isPushAmpEnabled: Boolean, isRttEnabled: Boolean, isMiPushEnabled: Boolean, isPeriodicFlushEnabled: Boolean, isRemoteLoggingEnabled: Boolean, dataSyncRetryInterval: Long, periodicFlushTime: Long, eventBatchCount: Int, pushAmpExpiryTime: Long, pushAmpSyncInterval: Long, blackListedEvents: Set<String>, flushEvents: Set<String>, userAttributeCacheTime: Long, gdprEvents: Set<String>, blockUniqueIdRegex: Set<String>, rttSyncInterval: Long, sessionInActiveDuration: Long, sourceIdentifiers: Set<String>, encryptionKey: String, logLevel: Int, blackListedUserAttributes: Set<String>, isCardsEnabled: Boolean, isInAppStatsLoggerEnabled: Boolean, whitelistedOEMS: Set<String>)
Content copied to clipboard
Author
Umang Chamaria Date: 2020/12/21
Constructors
RemoteConfig
Link copied to clipboard
fun RemoteConfig(isAppEnabled: Boolean, isInAppEnabled: Boolean, isGeofenceEnabled: Boolean, isPushAmpEnabled: Boolean, isRttEnabled: Boolean, isMiPushEnabled: Boolean, isPeriodicFlushEnabled: Boolean, isRemoteLoggingEnabled: Boolean, dataSyncRetryInterval: Long, periodicFlushTime: Long, eventBatchCount: Int, pushAmpExpiryTime: Long, pushAmpSyncInterval: Long, blackListedEvents: Set<String>, flushEvents: Set<String>, userAttributeCacheTime: Long, gdprEvents: Set<String>, blockUniqueIdRegex: Set<String>, rttSyncInterval: Long, sessionInActiveDuration: Long, sourceIdentifiers: Set<String>, encryptionKey: String, logLevel: Int, blackListedUserAttributes: Set<String>, isCardsEnabled: Boolean, isInAppStatsLoggerEnabled: Boolean, whitelistedOEMS: Set<String>)
Content copied to clipboard
Properties
blackListedEvents
Link copied to clipboard
blackListedUserAttributes
Link copied to clipboard
blockUniqueIdRegex
Link copied to clipboard
dataSyncRetryInterval
Link copied to clipboard
encryptionKey
Link copied to clipboard
eventBatchCount
Link copied to clipboard
flushEvents
Link copied to clipboard
gdprEvents
Link copied to clipboard
isAppEnabled
Link copied to clipboard
isCardsEnabled
Link copied to clipboard
isGeofenceEnabled
Link copied to clipboard
isInAppEnabled
Link copied to clipboard
isInAppStatsLoggerEnabled
Link copied to clipboard
isMiPushEnabled
Link copied to clipboard
isPeriodicFlushEnabled
Link copied to clipboard
isPushAmpEnabled
Link copied to clipboard
isRemoteLoggingEnabled
Link copied to clipboard
isRttEnabled
Link copied to clipboard
periodicFlushTime
Link copied to clipboard
pushAmpExpiryTime
Link copied to clipboard
pushAmpSyncInterval
Link copied to clipboard
rttSyncInterval
Link copied to clipboard
sessionInActiveDuration
Link copied to clipboard
sourceIdentifiers
Link copied to clipboard
userAttributeCacheTime
Link copied to clipboard
whitelistedOEMS
Link copied to clipboard