Open gauchok opened 2 years ago
When converting this code to Kotlin it doesn't work,
Type mismatch: inferred type is but Token.CreateToken! was expected
token.onCreateTokenListener(new Token.CreateToken() { @Override public void onCreateTokenReady(JSONObject data) { showTokenResult(data); } });
When converting this code to Kotlin it doesn't work,
Type mismatch: inferred type is but Token.CreateToken! was expected
token.onCreateTokenListener(new Token.CreateToken() { @Override public void onCreateTokenReady(JSONObject data) { showTokenResult(data); } });