Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Notification.BubbleMetadata bubbleData =
  2. new Notification.BubbleMetadata.Builder()
  3. .setDesiredHeight(600)
  4. .setIntent(bubbleIntent)
  5. .setAutoExpandBubble(true)
  6. .setSuppressInitialNotification(true)
  7. .build();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement