- imsiNumber - Variable in class com.gupshup.registration.model.RegistrationInfo
-
- init() - Method in interface com.gupshup.registration.init.SDK
-
Initializes the
SDK
library.
- init() - Method in interface com.gupshup.registration.init.SDKBuilder
-
Initializes the sdk with its default configuration.
- InitializationException - Exception in com.gupshup.registration.exception
-
This exception will be thrown by the SDK#init()
if any error occurs while initialization.
- InitializationException(String) - Constructor for exception com.gupshup.registration.exception.InitializationException
-
Method for throwing specific exception with a message during initialization.
- injectSmsToSystemDb(String, String, int) - Method in interface com.gupshup.registration.init.SDK
-
This method will insert the SMS into the system SMS DB, make sure to call
provideInjectSmsPermission() before inserting the first ever message
- instance() - Static method in interface com.gupshup.registration.init.SDKBuilder
-