NdsStoreAccessPermit
An abstract class defining the permit required for accessing the onboard NDS store. This class cannot be directly instantiated and requires a specific type of permit. Example:
val storeAccessPermit = NdsStoreAccessPermit.MapLicense("<MAP_LICENSE>")
// or
val storeAccessPermit = NdsStoreAccessPermit.KeystorePassword("<KEYSTORE_PASSWORD>")
Content copied to clipboard
Parameters
content
The specific content of the permit.