Перейти к содержанию

Spatium SDK > removeDistributedEddsaKey

removeDistributedEddsaKey

suspend fun removeDistributedEddsaKey(driver: ProtocolKotlin, secretId: String, syncSessionId: String)

Remove an already performed synchronisation session from storage

Parameters

androidJvm

driver ProtocolKotlin implementation
secretId ID (UUID) of a secret used for synchronisation
syncSessionId ID (UUID) of a synchronisation procedure
  • SeeAlso: SpatiumProtocol/removeDistributedEddsaKey(secretId, syncSessionId)

Example

```kotlin // Assume an already performed synchronisation procedure

removeDistributedEddsaKey(secretId: String, syncSessionId: String)