Improve doc

This commit is contained in:
Benoit Marty 2022-05-02 14:07:51 +02:00 committed by Benoit Marty
parent 6f29a7ab94
commit 26e6d56cf1

View file

@ -43,6 +43,9 @@ import javax.inject.Inject
/**
* This is the main entry point to the matrix sdk.
* <br/>
*
* The constructor creates a new instance of Matrix, it's recommended to manage this instance as a singleton.
*
* @param context the application context
* @param matrixConfiguration global configuration that will be used for every [org.matrix.android.sdk.api.session.Session]
*/