Show TOC Start of Content Area

Background documentation Getting Information about RTMF Events  Locate the document in its SAP Library structure

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.

 

End of Content Area