Exemplo n.º 1
0
 /**
  * Set whether or not the target view can be touched while the showcase is visible.
  *
  * False by default.
  */
 public Builder SetTargetTouchable(bool targetTouchable)
 {
     _showcaseView.SetTargetTouchable(targetTouchable);
     return(this);
 }