Matrix
This is the main entry point to the matrix sdk.
The constructor creates a new instance of Matrix, it's recommended to manage this instance as a singleton.
Parameters
the application context
global configuration that will be used for every org.matrix.android.sdk.api.session.Session
Constructors
Types
Functions
Return the AuthenticationService.
Return the DebugService.
Return the User Agent used for any request that the SDK is making to the homeserver. There is no way to change the user agent at the moment.
Get the worker factory. The returned value has to be provided to WorkConfiguration.Builder()
.
Return the HomeServerHistoryService.
Return the LightweightSettingsStorage.
Return the RawService.
Register an API interceptor, to be able to be notified when the specified API got a response.
Returns the SecureStorageService used to encrypt and decrypt sensitive data.
Un-register an API interceptor.