onStatusChanged method
Event handler called when the server notifies that an MPN device changed its status.
Note that in some server clustering configurations the status change for the MPN device suspend event may not be called.
statusThe new status of the MPN device. It can be one of the following:UNKNOWNREGISTEREDSUSPENDED
Implementation
void onStatusChanged(String status, int timestamp) {}