send

abstract fun send(eventWithArgs: EventWithArgs<*>)

Delegate the given event with arguments to be able to send to the custom server.

Parameters

eventWithArgs

the event to be sent, represented as an instance of EventWithArgs.