Example #1
0
 public WebsocketResponder(Android android)
 {
     Android = android;
 }
Example #2
0
 public MuteSystem(Android android)
 {
     this.android = android;
     Main         = this;
 }