User info
SDK part to send user's attributes and user's info to Appflow.ai
You can send user information to Appflow.ai backend in the following ways
Example
API Reference
UserAttribute
setName(name: String)
Set user name
setEmail(email: String
Set user email
setGender(gender: UserGender)
Set user gender
setPhone(phone: String)
Set user phone
setAge(age: String)
Set user age
setCustomAttribute(key: String, value: Any)
Set custom user attribute
UploadUserInfoListener
onSuccess()
Success callback
onFail(error: String?)
Failure callback
Last updated