RemoteSettingsFileReceived

data class RemoteSettingsFileReceived(val settingsJson: JSONObject) : AccountEvents

This data class is used remote settings file is received

Constructors

Link copied to clipboard
fun RemoteSettingsFileReceived(settingsJson: JSONObject)

Properties

Link copied to clipboard
val settingsJson: JSONObject

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String