Package com.moengage.core.internal.remoteconfig

Types

RConfigManager
Link copied to clipboard
object RConfigManager
RemoteConfig
Link copied to clipboard
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>)
RemoteConfigDefault
Link copied to clipboard
open class RemoteConfigDefault
Umang Chamaria