PNFileEventResult

class PNFileEventResult(val channel: String, val timetoken: Long?, val publisher: String?, val message: Any?, val file: PNDownloadableFile, val jsonMessage: JsonElement, val subscription: String? = null, val error: PubNubError? = null, val customMessageType: String? = null) : PNEvent

Constructors

Link copied to clipboard
constructor(channel: String, timetoken: Long?, publisher: String?, message: Any?, file: PNDownloadableFile, jsonMessage: JsonElement, subscription: String? = null, error: PubNubError? = null, customMessageType: String? = null)

Properties

Link copied to clipboard
open override val channel: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val message: Any?
Link copied to clipboard
Link copied to clipboard
open override val subscription: String?
Link copied to clipboard
open override val timetoken: Long?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int