register method
- PerformReconnectFunction performReconnect
Called by XmppConnection to register the policy.
Implementation
void register(
PerformReconnectFunction performReconnect,
) {
this.performReconnect = performReconnect;
}
Called by XmppConnection to register the policy.
void register(
PerformReconnectFunction performReconnect,
) {
this.performReconnect = performReconnect;
}