Advertisement
Guest User

aaja aaja

a guest
Jan 22nd, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Flybits.init({
  2. HOST: '//v3.flybits.com',
  3. CTXREPORTDELAY: 5000,
  4. }).then(function(cfg){
  5. /** cfg is the initialized state of the SDK configuration.
  6. It is not required to be used, it is only returned for your convenience.*/
  7.  
  8. //start working with SDK
  9. }).catch(function(validationObj){
  10. // handle error
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement