Update comment
This commit is contained in:
parent
13854bb2c7
commit
0a7e6629d3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import timber.log.Timber
|
||||||
private val loggerTag = LoggerTag("UnifiedPushRemovedGatewayHandler", LoggerTag.PushLoggerTag)
|
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 {
|
fun interface UnifiedPushRemovedGatewayHandler {
|
||||||
suspend fun handle(clientSecret: String): Result<Unit>
|
suspend fun handle(clientSecret: String): Result<Unit>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue