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

com.pubnub.internal.presence.eventengine.effect.effectprovider.HeartbeatProvider.kt Maven / Gradle / Ivy

package com.pubnub.internal.presence.eventengine.effect.effectprovider

import com.pubnub.api.endpoints.remoteaction.RemoteAction

internal fun interface HeartbeatProvider {
    fun getHeartbeatRemoteAction(
        channels: Set,
        channelGroups: Set,
        state: Map?,
    ): RemoteAction
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy