Epson Moverio Pro BT-2000 Developer's Manual page 62

Hide thumbs Also See for Moverio Pro BT-2000:
Table of Contents

Advertisement

super.onPause();
mVoiceCommandClient.unRegisterCallback();
}
@Override
protected void onDestroy() {
super.onDestroy();
mVoiceCommandClient.unBindFromRemoteRunningService(this);
}
@Override
public void onServiceConnected() {
mVoiceCommandSystem = mVoiceCommandClient.getVoiceCommandSystemInterface();
}
@Override
public void onServiceDisconnected() {
}
@Override
public void onVoiceCommand(int id, String word) {
Toast.makeText(MainActivity.this, "MainActivity ID:"+id+"
}
@Override
public void onSpeakable(boolean speakable){
Toast.makeText(MainActivity.this, "RA: " + speakable, Toast.LENGTH_SHORT).show();
}
}
MOVERIO Pro Developer's Guide (Rev.1.4)
"+word, Toast.LENGTH_SHORT).show();
56

Advertisement

Table of Contents
loading

This manual is also suitable for:

Moverio pro bt-2200

Table of Contents