Ejemplo n.º 1
0
  @Override
  protected void handleShow(KrollDict options) {
    super.handleShow(options);

    TiUINotification n = (TiUINotification) getOrCreateView();
    if (n != null) {
      n.show(options);
    }
  }