SOS static method
void
SOS()
SOS
Implementation
static void SOS(){
Log.i(tag, "SOS");
if(checkIsOnline()) {
if(checkHasGroupExceptContact()) {
PlatformMethodInvokeHandler.invokeMethod("SOS");
}
}
}
SOS
static void SOS(){
Log.i(tag, "SOS");
if(checkIsOnline()) {
if(checkHasGroupExceptContact()) {
PlatformMethodInvokeHandler.invokeMethod("SOS");
}
}
}