isRegistered method
Checks whether the MPN device object is currently registered on the server or not.
This flag is switched to true by server sent registration events, and back to false in case of client disconnection or server sent suspension events.
Lifecycle This method can be called at any time.
Returns true if the MPN device object is currently registered on the server.
- See getStatus
Implementation
external bool isRegistered();