isReadyForInit()
Initializes the API. Once Blink SDK Javascript file is loaded, it must be initialized before calling any other SDK's methods.
Usage
blinkSDK.init({
clientId: "YOUR_CLIENT_ID"}
);
Signature
blinkSDK.init(options)
Parameters
| parameter | type | required | description |
|---|---|---|---|
options | object | ☑ | See options object. |
Returns
void
Objects definitions
Options
{
"clientId": // your Blink clientId
}
| name | type | description |
|---|---|---|
clientId | string | your Blink clientId |