public interface ContextEventsHandler
Modifier and Type | Method and Description |
---|---|
default void |
onContextActivationCompleted(Context context,
ActivationResult activationResult)
Notify upon user activation occurs
Notify upon user activation occurs, for the a particular context
|
default void |
onContextSecureCertStatus(Context context,
SecureCertData secureCert)
Notify upon Secure certificate status
Notify upon Secure certificate status when being used (usually on creating a new secure connection)
|
default void onContextSecureCertStatus(Context context, SecureCertData secureCert)
context
- The context in which the error occurssecureCert
- The certificate data object that holds the status informationSecureCertData
default void onContextActivationCompleted(Context context, ActivationResult activationResult)
context
- The context in which the error occursactivationResult
- The activation object that holds the response information for the activationActivationResult