added result code to callback message.
This commit is contained in:
parent
56c362518e
commit
8efa9697ef
@ -189,7 +189,7 @@ public class SiwgJNI {
|
||||
if (task.isSuccessful()) {
|
||||
onConnected(task.getResult(), MSG_SIGN_IN);
|
||||
} else {
|
||||
sendCallbackMessage(MSG_SIGN_IN, "status", STATUS_FAILED, "error", "SIWG Sign-in Failed. Task Not Successfull!");
|
||||
sendCallbackMessage(MSG_SIGN_IN, "status", STATUS_FAILED, "error", "SIWG Sign-in Failed. Task Not Successfull: " + String(resultCode));
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user