Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android 用の phonegap プラグインを作成しようとしていますが、適切に結果を取得していますが、検証を実行しようとすると、エラーを適切に取得できません。
結果を送り返すとき、結果がOKかエラーかを決定するオプションがあるので、このようにする必要があります
return new PluginResult(PluginResult.Status.OK,"Login Successful"); return new PluginResult(PluginResult.Status.ERROR,"Login Failed");