Guest User

Untitled

a guest
Jan 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Boots {
  2. // Adding instance of bootable to the system
  3. add(DeviceIdBootable(applicationContext))
  4.  
  5. // Requesting to boot all bootables and saving listener instance
  6. listener = boot(all()) {
  7. onBoot = { /* do something */ }
  8. }
  9. }
Add Comment
Please, Sign In to add comment