License

public final class License

Manages licensing for the Nutrient Native SDK. Provides methods to register license keys and trace licensed features in evaluation mode (without registering a key).

Constructors

Link copied to clipboard
public void License()

Functions

Link copied to clipboard
public final static void registerKey(String Key)
Unlocks the SDK with a commercial or a demo license key.
Link copied to clipboard
public final static String traceFeatures()
When the SDK is in trial mode, this method returns a string that lists the features that have been evaluated during the session.