Cloud Mail 2020 Android Edition

Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

public class DefaultOauthEventListener implements OauthEventListener {
  ...
  public void SSLStatus(OauthSSLStatusEvent e) {}
  ...
}

public class OauthSSLStatusEvent {
  public String message;
}

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Android Edition - Version 20.0 [Build 8308]