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

com.pubnub.internal.endpoints.pubsub.SignalInterface.kt Maven / Gradle / Ivy

package com.pubnub.internal.endpoints.pubsub

import com.pubnub.api.models.consumer.PNPublishResult
import com.pubnub.internal.EndpointInterface

interface SignalInterface : EndpointInterface {
    val channel: String
    val message: Any
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy