Phone API
class PhoneAPI
Content copied to clipboard
Extensions
check User Phone
Link copied to clipboard
fun UserAPI.PhoneAPI.checkUserPhone(readTimeout: Long? = null): Call<Void>
Content copied to clipboard
update User Phone
Link copied to clipboard
fun UserAPI.PhoneAPI.updateUserPhone(body: UpdateUserPhoneAPI.Body, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
verify User Phone
Link copied to clipboard
fun UserAPI.PhoneAPI.verifyUserPhone(body: VerifyUserPhone, readTimeout: Long? = null): Call<Void>
Content copied to clipboard