Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. platform.ready().then((readySource) => {
  2. this.platform.pause.subscribe(() => {
  3. //App paused or closed
  4. });
  5.  
  6. this.platform.resume.subscribe(() => {
  7. //App resumed or start
  8. });
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement