Package org. matrix. android. sdk. api. util
Types
Link copied to clipboard
Link copied to clipboard
An interface defining a unique cancel method. It should be used with methods you want to be able to cancel, such as ones interacting with Web Services.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DefaultBuildVersionSdkIntProvider @Inject constructor : BuildVersionSdkIntProvider
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Entry point to get a Json parser.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class TextContent(val text: String, val formattedText: String? = null)
Content copied to clipboard
Contains a text and eventually a formatted text.
Functions
Link copied to clipboard
fun StringBuilder.appendParamsToUrl(params: Map<String, String>): StringBuilder
Content copied to clipboard
Link copied to clipboard
fun StringBuilder.appendParamToUrl(param: String, value: String): StringBuilder
Content copied to clipboard
Append param and value to a Url, using "?" or "&". Value parameter will be encoded Return this for chaining purpose
Link copied to clipboard
inline suspend fun <T> awaitCallback(crossinline callback: (MatrixCallback<T>) -> Unit): T
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun PackageManager.getApplicationInfoCompat(packageName: String, flags: Int): ApplicationInfo
Content copied to clipboard
Link copied to clipboard
fun PackageManager.getPackageInfoCompat(packageName: String, flags: Int): PackageInfo
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun RoomSummary.toEveryoneInRoomMatrixItem(): MatrixItem.EveryoneInRoomItem
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard