Update comment
This commit is contained in:
parent
d3339872ff
commit
358731def3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import timber.log.Timber
|
|||
private val loggerTag = LoggerTag("UnifiedPushRemovedGatewayHandler", LoggerTag.PushLoggerTag)
|
||||
|
||||
/**
|
||||
* Handle new endpoint received from UnifiedPush. Will update the session matching the client secret.
|
||||
* Handle endpoint removal received from UnifiedPush. Will try to register again.
|
||||
*/
|
||||
fun interface UnifiedPushRemovedGatewayHandler {
|
||||
suspend fun handle(clientSecret: String): Result<Unit>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue