-
Couldn't load subscription status.
- Fork 0
[DOCS]: Update start page snippets to 2.6 #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feat/implement-2.6
Are you sure you want to change the base?
[DOCS]: Update start page snippets to 2.6 #131
Conversation
| import kotlinx.serialization.json.jsonObject | ||
| import kotlinx.serialization.json.jsonPrimitive | ||
|
|
||
| class InboxEntries() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this class is unnecessary
| import com.simplito.kotlin.privmx_endpoint_extra.events.CallbackRegistration | ||
| import com.simplito.kotlin.privmx_endpoint_extra.events.EventType | ||
|
|
||
| class InboxUpdates { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this class is unnecessary
| } | ||
| } | ||
|
|
||
| fun attachingFiles(fileID: String?) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this snippet is not the same as in docs
| import com.simplito.kotlin.privmx_endpoint_extra.events.CallbackRegistration | ||
| import com.simplito.kotlin.privmx_endpoint_extra.events.EventType | ||
|
|
||
| class ListeningForChanges { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary class
| import com.simplito.kotlin.privmx_endpoint.model.KvdbEntry | ||
| import com.simplito.kotlin.privmx_endpoint_extra.model.SortOrder | ||
|
|
||
| class ManagingEntries { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary class
| import com.simplito.kotlin.privmx_endpoint_extra.model.SortOrder | ||
|
|
||
| class ManagingMessages { | ||
| fun listMessages() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary class
Description
Update snippets from the start page to align with the latest event registration and other new features added in version 2.6.