PlayerStore

interface PlayerStore

Inheritors

Functions

Link copied to clipboard
abstract suspend fun checkName(username: String): Result<Unit, CreateResponse>
Link copied to clipboard
abstract suspend fun create(    gameNewsletters: Boolean,     otherNewsletters: Boolean,     shareDetailsWithBusinessPartners: Boolean,     username: String,     password: String,     affiliate: Int,     dateOfBirth: LocalDate,     country: CountryCode,     email: String): Result<Unit, CreateResponse>