Пример #1
0
 /**
  * Returns whether the labeling client is properly initialized.
  *
  * @return {@code true} if client is ready, or {@code false} otherwise.
  */
 public boolean isInitialized() {
   return mClient.isInitialized();
 }