//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/LockReconEventBus/post
post
[androidJvm]\ fun post(event: Any)
Posts an event to the event bus, which will be delivered to registered subscribers.
Parameters
androidJvm
event | The event object to post to the event bus. |