createEventListener

actual fun createEventListener(pubnub: PubNub, onMessage: (PubNub, ERROR CLASS: Symbol not found for PNMessageResult) -> Unit, onPresence: (PubNub, ERROR CLASS: Symbol not found for PNPresenceEventResult) -> Unit, onSignal: (PubNub, ERROR CLASS: Symbol not found for PNSignalResult) -> Unit, onMessageAction: (PubNub, ERROR CLASS: Symbol not found for PNMessageActionResult) -> Unit, onObjects: (PubNub, PNObjectEventResult) -> Unit, onFile: (PubNub, ERROR CLASS: Symbol not found for PNFileEventResult) -> Unit): EventListener
expect fun createEventListener(pubnub: PubNub, onMessage: (PubNub, PNMessageResult) -> Unit = { _, _ -> }, onPresence: (PubNub, PNPresenceEventResult) -> Unit = { _, _ -> }, onSignal: (PubNub, PNSignalResult) -> Unit = { _, _ -> }, onMessageAction: (PubNub, PNMessageActionResult) -> Unit = { _, _ -> }, onObjects: (PubNub, PNObjectEventResult) -> Unit = { _, _ -> }, onFile: (PubNub, PNFileEventResult) -> Unit = { _, _ -> }): EventListener
actual fun createEventListener(pubnub: PubNub, onMessage: (PubNub, PNMessageResult) -> Unit, onPresence: (PubNub, PNPresenceEventResult) -> Unit, onSignal: (PubNub, PNSignalResult) -> Unit, onMessageAction: (PubNub, PNMessageActionResult) -> Unit, onObjects: (PubNub, PNObjectEventResult) -> Unit, onFile: (PubNub, PNFileEventResult) -> Unit): EventListener
actual fun createEventListener(pubnub: PubNub, onMessage: (PubNub, PNMessageResult) -> Unit, onPresence: (PubNub, PNPresenceEventResult) -> Unit, onSignal: (PubNub, PNSignalResult) -> Unit, onMessageAction: (PubNub, PNMessageActionResult) -> Unit, onObjects: (PubNub, PNObjectEventResult) -> Unit, onFile: (PubNub, PNFileEventResult) -> Unit): EventListener