Exemplo n.º 1
0
 public HeadsUp buildHeadUp() {
   headsUp.setNotification(this.build());
   headsUp.setActions(actions);
   headsUp.setBuilder(this);
   return headsUp;
 }