Skip to content

Android Notes

GitHub

Android does not require extra host-app setup for the plugin itself. Once installed and synced, the plugin registers the main Capacitor WebViewIncludes install, sync, and the source markdown guide.

  • CapacitorをAndroidネイティブのContentsquare Capacitorと登録する WebView AndroidネイティブのContentsquare SDKとSDKを登録する
  • API optIn, optOut, sendScreenName, sendTransactionAPI、動的変数APIを公開する
  • URLの除外、PIIマスク、キャプチャされた要素セレクターの再生関連コマンドをインジェクトする

Android Studioのフィルタリング Logcat with:

CSLIB

アプリ起動時にNative Contentsquare SDK起動メッセージとWebViewブリッジの登録を確認してください。

import { ContentsquarePlugin } from '@capgo/capacitor-contentsquare';
await ContentsquarePlugin.optIn();
await ContentsquarePlugin.sendScreenName('Home');

少なくとも1つのスクリーンビューがなければ、Contentsquareがセッションを保持しません。

  • KeysはContentsquareによって512文字に制限されています。
  • 値は文字列または非負の整数でなければなりません。
  • セッションに値が欲しい場合は、再びアプリが前景に戻ったときに送信してください。

Android Notesを使用している場合 Android Notes nativeプラグインの作業を計画するには、Android Notesを接続します。 @capgo/capacitor-contentsquareを使用してnative capabilityを接続します。 @capgo/capacitor-contentsquareのnative capabilityを使用する場合 Capgo Plugin Directory Capgo Plugin Directoryを使用して製品ワークフローを実装します。 Capacitor Plugins by Capgo Capacitor Plugins by Capgoを使用して実装詳細を確認します。 プラグインの追加または更新 実装詳細の追加または更新の場合の実装詳細について Ionic Enterprise プラグインの代替 Ionic Enterprise プラグインの製品ワークフローについて