onTrialModeNotified method

void onTrialModeNotified()

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

Implementation

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