Mappy
An abstract class representing the Mappy service, which provides methods for initializing Mappy SDK. It extends the BaseService class and requires a context parameter for initialization.
Parameters
context
The context used for initialization and performing operations.
Inheritors
Functions
Link copied to clipboard
abstract fun initialize(clientId: String, clientSecret: String, mappyUserId: String? = null, completionCallback: CompletionCallback<String>)
Initializes the Mappy SDK with the specified client ID, client secret, Mappy user ID, and a completion callback.
abstract suspend fun initialize(clientId: String, clientSecret: String, mappyUserId: String? = null, license: String? = null): String
Initializes the Mappy SDK with the specified client ID, client secret, Mappy user ID, and license.