onTrialModeNotified method

void onTrialModeNotified()

Handle trial mode notification raised by library when license not set or wrong

Implementation

void onTrialModeNotified() {
  print("--- SDK is working in TRIAL mode ---");
}