Richtlinie
Tutorial zu Contentsquare
Mit @capgo/capacitor-contentsquare verwenden
Internes native-Bridge-Vertrags-Implementierung durch Capacitor.
Installieren
bun add @capgo/capacitor-contentsquare
bunx cap sync
Was diese Plugin-Exposition enthält
optInoptOutsendScreenNamesendTransaction
Beispielanwendung
optIn
Siehe die aufsteigenden Definitionen für den aktuellen Vertrag.
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.optIn();
optOut
Siehe die aufsteigenden Definitionen für den aktuellen Vertrag.
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.optOut();
sendScreenName
Siehe die aufsteigenden Definitionen für den aktuellen Vertrag.
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.sendScreenName({} as { name: string });
sendTransaction
Siehe die aufsteigenden Definitionen für den aktuellen Vertrag.
import { Contentsquare } from '@capgo/capacitor-contentsquare';
await Contentsquare.sendTransaction({} as TransactionItem);
Vollständige Referenz
- GitHub: https://github.com/Cap-go/capacitor-contentsquare/
- Dokumentation: /docs/plugins/contentsquare/
Fahren Sie mit der Verwendung von @capgo/capacitor-contentsquare fort.
Wenn Sie @__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-contentsquare verwenden Mit @capgo/capacitor-contentsquare verwenden für die native Plugin-Arbeit zu planen, verbinden Sie es mit @capgo/capacitor-contentsquare Für die Implementierungsdetails in @capgo/capacitor-contentsquare Einstieg Für die Implementierungsdetails in Einstieg Capgo Plugin-Verzeichnis Für den Produktworkflow in Capgo Plugin-Verzeichnis Capacitor Plugins von Capgo Für die Implementierungsdetails in Capacitor Plugins von Capgo Plugins hinzufügen oder aktualisieren Für die Implementierungsdetails in Plugins hinzufügen oder aktualisieren