KvnApi

interface KvnApi

Functions

Link copied to clipboard
abstract fun getAllPlatformMessages(platform: String): Single<List<KvnMessage>>
Link copied to clipboard
abstract fun saveMessageUserInteraction(messageId: Long, platform: String): Completable
Link copied to clipboard
abstract fun saveMessageUserView(messageId: Long, platform: String): Completable
Link copied to clipboard
abstract fun subscribeToMessageNotification(messageId: Long, subscriberAddress: String, notificationType: String): Completable
Link copied to clipboard
abstract fun unSubscribeFromMessageNotification(messageId: Long, subscriberAddress: String): Completable