DummyPlayerStore

@Singleton
class DummyPlayerStore : PlayerStore

Constructors

Link copied to clipboard
constructor()

Functions

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