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.
Cordova プラグインからメインの Cordova ビューにデータ/オブジェクトを送り返す必要があります。これは、たとえば ActionBar のタイトルなどを変更することです。
行く方法は何ですか?
PluginResultを返すことは、受け入れられる方法です。メソッドの成功コールバックは、PluginResult を介して送り返すデータで呼び出されます。