Guest User

Untitled

a guest
Nov 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(this, NotificationChannels.TRIPS_CHANNEL_ID)
  2. .setSmallIcon(ICON_DRAWABLE)
  3. .setColor(TITLE_COLOR)
  4. .setContentTitle(FIRST_LINE)
  5. .setContentText(SECOND_LINE);
Add Comment
Please, Sign In to add comment