mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Improve doc
This commit is contained in:
parent
6f29a7ab94
commit
26e6d56cf1
1 changed files with 3 additions and 0 deletions
|
@ -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]
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue