Package io.mimi.sdk.core.model
Types
Link copied to clipboard
Link copied to clipboard
A collection of paginated items that are returned from the Mimi backend.
Link copied to clipboard
MimiPersonalizationRoute contains information about the source of requested Personalization
Link copied to clipboard
data class MimiUser @MsdkInternalApi constructor( val email: String?, val verified: Boolean?, val yearOfBirth: Int?, val sex: String?, val nickname: String?, val country: String?, val anonymous: Boolean, val anonymousId: String = "")
Content copied to clipboard
Class that encapsulates a typical Mimi User object.