Exemplo n.º 1
0
 /** Sets network predictions preference. */
 public void setNetworkPredictionOptions(NetworkPredictionOptions option) {
   nativeSetNetworkPredictionOptions(option.enumToInt());
 }