- This method is only available for SDK implementation in Android.
- This method will auto-fill the OTP and verify the data if the OTP screen of SDK is visible.
- The client is responsible for the implementation of the auto-fill of the SMS in their own development and the data that passes for this method. The SDK will auto-fill the OTP screen and pass this data for verification.
- The client must call this method to auto-fill the OTP.
- OTP length is 8 characters.
AutoPopulateSMS method parameters
NAME | TYPE | CONSTRAINTS | REQUIRED? | DESCRIPTION |
---|---|---|---|---|
OTP | String | 8 characters | Mandatory | Auto-fills the data in the OTP screen for verification. |
Important: iOS has its own inbuilt functionality for auto-population of the OTP and does not require any further development by the client.