Petunjuk
Tutorial di Contentsquare
Menggunakan @capgo/capacitor-contentsquare
Capacitor telah menerjemahkan kontrak bridge native internal.
Pasang
bun add @capgo/capacitor-contentsquare
bunx cap sync
Apa yang Dibuka oleh Plugin Ini
optInoptOutsendScreenNamesendTransaction
Contoh Penggunaan
optIn
Lihat definisi upstream untuk kontrak saat ini.
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.optIn();
optOut
Lihat definisi upstream untuk kontrak saat ini.
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.optOut();
sendScreenName
Lihat definisi upstream untuk kontrak saat ini.
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.sendScreenName({} as { name: string });
sendTransaction
Lihat definisi upstream untuk kontrak saat ini.
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.sendTransaction({} as TransactionItem);
Referensi Lengkap
- GitHub https://github.com/Cap-go/capacitor-contentsquare/
- Dokumen: /docs/plugins/contentsquare/