コード例 #1
0
 public MySubscriber(Context context, Stream stream) {
   super(context, stream);
   // With the userId we can query our own database
   // to extract player information
   setName("User" + ((int) (Math.random() * 1000)));
 }