Show TOC

Getting Information about RTMF EventsLocate this document in the navigation structure

Use

Applications and RTMF services can check information about events and who is registered to specific events by calling the following static methods on the RTMFRuntime class:

  • isEventRegistered() : Indicates whether anyone is registered to a specified event.

  • isUserRegisteredToEvent() : Indicates whether a specified user is registered to a specified event.

  • getEventRegistrationCount() : Returns the number of users registered to a specified event.