startWithToken abstract method

void startWithToken(
  1. String token
)

Authenticates asynchronously using HERE SDK credentials using a token to start the VenueService.

An initialization status of the venue service is returned to objects registered as VenueServiceListener. If the authentication will fail, the venue service will not be started.

  • token SDK project scope token to be used for authentication

Implementation

void startWithToken(String token);