start abstract method
- AuthenticationCallback? callback
Authenticates asynchronously using HERE SDK credentials and uses a result 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.
callbackThe optional callback that will be triggered when the authentication will be completed. If the authentication fails, the venue service will not be started.
Implementation
void start(AuthenticationCallback? callback);