Package com.moengage.core.internal.model

Types

AppMeta
Link copied to clipboard
data class AppMeta(versionName: String, versionCode: Int)
Attribute
Link copied to clipboard
data class Attribute(name: String, value: Any, attributeType: AttributeType)
AttributeType
Link copied to clipboard
enum AttributeType : Enum<AttributeType>
BaseRequest
Link copied to clipboard
open class BaseRequest
Umang Chamaria Date: 2019-05-06
BatchData
Link copied to clipboard
class BatchData(id: Long, payload: JSONObject)
ComplianceType
Link copied to clipboard
enum ComplianceType : Enum<ComplianceType>
ConfigApiData
Link copied to clipboard
data class ConfigApiData(responseString: String)
DataPoint
Link copied to clipboard
data class DataPoint(id: Long, time: Long, details: String)
DataTypes
Link copied to clipboard
enum DataTypes : Enum<DataTypes>
DeviceAttribute
Link copied to clipboard
open class DeviceAttribute
Umang Chamaria
DevicePreferences
Link copied to clipboard
open class DevicePreferences
DeviceType
Link copied to clipboard
enum DeviceType : Enum<DeviceType>
Event
Link copied to clipboard
open class Event
Represents a tracking event
InAppV2Meta
Link copied to clipboard
open class InAppV2Meta
Umang Chamaria Date: 2019-09-11
InAppV3Meta
Link copied to clipboard
open class InAppV3Meta
Umang Chamaria Date: 2019-09-11
InboxData
Link copied to clipboard
data class InboxData(id: Long, campaignId: String, isClicked: Int, tag: String, receivedTime: Long, expiry: Long, payload: String)
IntegrationMeta
Link copied to clipboard
open class IntegrationMeta
Umang Chamaria Date: 26/06/20
LogMessage
Link copied to clipboard
data class LogMessage(message: String, errorString: String?)
LogRequest
Link copied to clipboard
data class LogRequest(request: BaseRequest, remoteLogs: List<RemoteLog>) : BaseRequest
MoEAttribute
Link copied to clipboard
open class MoEAttribute
Umang Chamaria
MoEJobParameters
Link copied to clipboard
open class MoEJobParameters
Umang Chamaria Date: 24/04/19
PushTokens
Link copied to clipboard
open class PushTokens
Umang Chamaria Date: 11/04/20
RemoteLog
Link copied to clipboard
data class RemoteLog(logType: String, time: String, logMessage: LogMessage)
ReportBatch
Link copied to clipboard
open class ReportBatch
Umang Chamaria Date: 2019-05-22
ReportBatchMeta
Link copied to clipboard
open class ReportBatchMeta
Umang Chamaria Date: 2019-06-07
SdkIdentifiers
Link copied to clipboard
open class SdkIdentifiers
Umang Chamaria Date: 2019-05-22
SdkMeta
Link copied to clipboard
class SdkMeta(batchId: String, requestTime: String, devicePreferences: DevicePreferences)
TokenState
Link copied to clipboard
data class TokenState(hasSentFcmToken: Boolean, hasSentSecondaryToken: Boolean)
TrafficSource
Link copied to clipboard
open class TrafficSource
Umang Chamaria Date: 2019-05-14
UserSession
Link copied to clipboard
open class UserSession
Umang Chamaria Date: 2019-05-21
ViewDimension
Link copied to clipboard
open class ViewDimension
Umang Chamaria Date: 19/05/20