initialize
This method is used to initialise Bluedot PointSDK service manager with the given projectId. Usually this method called only once, unless you have many projectID's that you need to recycle through the lifecycle of your app. If so, you need to reset the Service Manager Please see reset This method will not start neither Geotriggering nor Tempo. For this see corresponding GeoTriggeringService.GeoTriggerBuilder.start
See also
Parameters
is presented in form of UUID. It can be found in Canvas projects tab or obtained via the API.
will be invoked after initialisation.
This method is used to initialise Bluedot PointSDK service manager with the given projectId. Usually this method called only once, unless you have many projectID's that you need to recycle through the lifecycle of your app. If so, you need to reset the Service Manager. Please see reset This method will not start neither Geotriggering nor Tempo. For this see corresponding start from GeoTriggeringService.GeoTriggerBuilder and TempoService.TempoBuilder
Parameters
is presented in form of UUID. It can be found in Canvas projects tab or obtained via the API.
allows to override a default URL.
will be invoked after initialisation.