startWithToken abstract method
- 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.
tokenSDK project scope token to be used for authentication
Implementation
void startWithToken(String token);