Update comment

This commit is contained in:
Benoit Marty 2025-11-13 18:06:27 +01:00
parent d3339872ff
commit 358731def3

View file

@ -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>