Initialization
Before call any method of Blade object you need to call initialize
. It creates invisible web-view, and attach all required handlers to interact. Also, it will initialize fingerprint library and retrieve visitorId, which is required for BladeAPI.
After initialization, you can call any public method, e.g.:
Last updated