Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
f2e43be1
Commit
f2e43be1
authored
Jul 08, 2021
by
Jonathan Almeida
Committed by
mergify[bot]
Jul 09, 2021
Browse files
Update KDocs for Push API
parent
f17c7441
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/feature/push/src/main/java/mozilla/components/feature/push/Connection.kt
View file @
f2e43be1
...
...
@@ -64,10 +64,7 @@ interface PushConnection : Closeable {
/**
* Checks validity of current push subscriptions.
*
* Implementation notes: This API will change to return the specific subscriptions that have been updated.
* See: https://github.com/mozilla/application-services/issues/2049
*
* @return the list of push subscriptions that were updated for subscribers that should be notified about.
* @return the list of subscriptions that have expired which can be used to notify subscribers.
*/
suspend
fun
verifyConnection
():
List
<
AutoPushSubscriptionChanged
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment