Class LicenseCheckFailedEvent


  • @AsynchronousPreferred
    public class LicenseCheckFailedEvent
    extends Object
    Analytics event fired when license check fails (license is expired or user limit exceeded) while user tries to perform "licensed actions".
    Since:
    8.2.0
    • Constructor Detail

      • LicenseCheckFailedEvent

        public LicenseCheckFailedEvent​(String reason,
                                       String action)
    • Method Detail

      • getAction

        public String getAction()
      • getReason

        public String getReason()