SettingOptions

data class SettingOptions @JvmOverloads constructor(var wechatRedirectURI: String? = null, var colorScheme: ColorScheme? = null, var uiLocales: List<String>? = null)

Constructors

Link copied to clipboard
constructor(wechatRedirectURI: String? = null, colorScheme: ColorScheme? = null, uiLocales: List<String>? = null)

Properties

Link copied to clipboard

Theme override

Link copied to clipboard
Link copied to clipboard

WeChat redirect uri is needed when integrating WeChat login The wechatRedirectURI will be called when user click the login with WeChat button