Package-level declarations
Types
Link copied to clipboard
abstract class JsDeleteUserAPI<E : WebResponse<Any>> : UserAPI.DeleteUserAPI<Promise<E>> , SimpleAPI<DeleteUserRequest, DeleteUserResponse>
Link copied to clipboard
abstract class JsEmailVerificationAPI<E : WebResponse<Any>> : UserAPI.EmailVerificationAPI<Promise<E>> , SimpleAPI<VerifyEmailRequest, VerifyEmailResponse>
Link copied to clipboard
abstract class JsGetUserAPI<E : WebResponse<Any>> : UserAPI.GetUserAPI<Promise<E>> , SimpleAPI<GetUserRequest, GetUserResponse>
Link copied to clipboard
abstract class JsLoginUserAPI<E : WebResponse<Any>> : UserAPI.LoginUserAPI<Promise<E>> , SimpleAPI<LoginUserRequest, LoginUserResponse>
Link copied to clipboard
abstract class JsRegisterUserAPI<E : WebResponse<Any>> : UserAPI.RegisterUserAPI<Promise<E>> , SimpleAPI<RegisterUserRequest, RegisterUserResponse>
Link copied to clipboard
abstract class JsUpdateUserInfoAPI<E : WebResponse<Any>> : UserAPI.UpdateUserInfoAPI<Promise<E>> , SimpleAPI<UpdateUserInfoRequest, UpdateUserInfoResponse>
Link copied to clipboard
abstract class JsUpdateUserPasswordAPI<E : WebResponse<Any>> : UserAPI.UpdateUserPasswordAPI<Promise<E>> , SimpleAPI<UpdateUserPasswordRequest, UpdateUserPasswordResponse>