Package org.matrix.android.sdk.userstories

This package contains some user stories (Us prefix) of the SDK usage. You will find example of what it is possible to do with the SDK and the API which can be used to do it.

Types

Link copied to clipboard
class Us000InitMatrix

Init a Matrix object.

Link copied to clipboard
class Us100SignIn

Sign in to an existing account.

Link copied to clipboard
class Us150VerifySession

Verify a Session after a Sign in.

Link copied to clipboard
class Us190SignOut

Sign out.

Link copied to clipboard
class Us200RoomList

Get the Room list.

Link copied to clipboard
class Us300RoomTimeline

Display a Room timeline, and navigate backward and forward.

Link copied to clipboard
class Us350RoomTimelineFromPermalink

Display a Room timeline at a specific point.

Link copied to clipboard
class Us400RoomSendContent

Send content to a room, including monitoring the sending state.

Link copied to clipboard
class Us500Notification

Get notified when new Events are received.

Link copied to clipboard
class Us600SyncWithTheServer

Manage the sync with the server.