ガイド
内容スケアのチュートリアル
capgo/capacitor-contentsquareを使用する
Capacitorが実装した内部ネイティブブリッジコントラクト
インストール
bun add @capgo/capacitor-contentsquare
bunx cap sync
このプラグインが公開するもの
optInoptOutsendScreenNamesendTransaction
使用例
optIn
__CAPGO_KEEP_0__の定義を参照してください
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.optIn();
optOut
__CAPGO_KEEP_0__の定義を参照してください
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.optOut();
sendScreenName
__CAPGO_KEEP_0__の定義を参照してください
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.sendScreenName({} as { name: string });
sendTransaction
__CAPGO_KEEP_0__の定義を参照してください
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.sendTransaction({} as TransactionItem);
全体リファレンス
- GitHub: https://github.com/Cap-go/capacitor-contentsquare/
- ドキュメント: /docs/plugins/contentsquare/
@capgo/capacitor-contentsquareを使用し続ける
__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-contentsquareを使用している場合 @capgo/capacitor-contentsquareを使用して nativeプラグインの作業を計画する場合、@__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-contentsquareと接続する @capgo/capacitor-contentsquareの実装詳細については、@capgo/capacitor-contentsquareを参照してください for the implementation detail in @capgo/capacitor-contentsquare, Getting Startedの実装詳細については、Getting Startedを参照してください ]} Capgo プラグイン ディレクトリ Capgo プラグイン ディレクトリ内での製品ワークフローについて Capacitor Plugins by Capgo Capacitor プラグインの Capgo による提供 プラグインの追加または更新 プラグインの追加または更新の実装詳細について