All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pubnub.internal.endpoints.MessageCountsInterface.kt Maven / Gradle / Ivy

package com.pubnub.internal.endpoints

import com.pubnub.api.models.consumer.history.PNMessageCountResult
import com.pubnub.internal.EndpointInterface

interface MessageCountsInterface : EndpointInterface {
    val channels: List
    val channelsTimetoken: List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy