InAppMetaResponse

open class InAppMetaResponse

Author

Umang Chamaria Date: 2019-05-03

Constructors

InAppMetaResponse
Link copied to clipboard
open fun InAppMetaResponse(isSyncSuccess: Boolean)
InAppMetaResponse
Link copied to clipboard
open fun InAppMetaResponse(isSyncSuccess: Boolean, @Nullable() campaignMetaList: List<InAppCampaign>, syncInterval: Long, globalDelay: Long)

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
toString
Link copied to clipboard
open fun toString(): String

Properties

campaignMetaList
Link copied to clipboard
val campaignMetaList: List<InAppCampaign>
List of active campaigns for the user.
globalDelay
Link copied to clipboard
val globalDelay: Long
Minimum delay between any 2 in-app campaigns.
isSyncSuccess
Link copied to clipboard
val isSyncSuccess: Boolean
syncInterval
Link copied to clipboard
val syncInterval: Long
Minimum delay between 2 meta api calls.