You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application that implements the Datamob should have an user registered. This SDK provide a method to make this register.
This data must be provided at the time of registration, as parameters for the Register method.
Differences between iOS/Android (if any)
N/A
Payload definition
Request Payload
{
phoneNumber: string;// The user phone number
tokenPassword: string;// When registering the device, datamob generate an accessKey that is recorded in the Datamob device registry. By combining this attribute with a hash that we keep in a password vault, generate this token.}
Message type:
REGISTER_DATAMOB_USER
Originator: web
Description
The application that implements the Datamob should have an user registered. This SDK provide a method to make this register.
This data must be provided at the time of registration, as parameters for the Register method.
Differences between iOS/Android (if any)
N/A
Payload definition
Request Payload
Examples:
Response Payload
Examples:
Possible error cases
N/A -> The SDK function could reach an exception, this is captured in the app an send it as "success" : "false"
The text was updated successfully, but these errors were encountered: