Persistence
protocol Persistence : SDKObject
Instance Methods
- getMessage(accountId:chatId:serverId:localId:)
- getMessagesAfter(accountId:chatId:afterId:)
- getMessagesAround(accountId:around:)
- getMessagesBefore(accountId:chatId:before:)
- hasMedia(hashAlgorithm:hash:)
- listAccounts()
- removeAccount(accountId:completely:)
- removeMedia(hashAlgorithm:hash:)
- storeChats(accountId:chats:)
- storeLogin(login:clientId:displayName:token:)
- storeMedia(mime:bytes:)
- storeMessages(accountId:message:)
- syncPoint(accountId:chatId:)
- updateMessage(accountId:message:)
- updateMessageStatus(accountId:localId:status:statusText:)