setAccessKeySecret abstract method

void setAccessKeySecret(
  1. String accessKeySecret
)

Overrides HERE SDK access key secret with new value.

The new credentials will be used for new requests.

Note: This method can be called from any thread. Access key ID can be set with constructor of SDKNativeEngine. New instance of SDKNativeEngine should be used if a new access key ID is required.

  • accessKeySecret New access key secret.

Implementation

void setAccessKeySecret(String accessKeySecret);