Getting Started
インストールステップとこのプラグインのフルマークダウンガイドを含む設定プロンプトをコピーする
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-appinsights`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/appinsights/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
インストール
「インストール」のセクションCapgoのAIアシストセットアップを使用してプラグインをインストールできます。AIツールにCapgoスキルを追加するには、以下のコマンドを実行してください。
npx skills add https://github.com/Cap-go/capgo-skills --skill capacitor-plugins次に、以下のプロンプトを使用してください。
Use the `capacitor-plugins` skill from `Cap-go/capgo-skills` to install the `@capgo/capacitor-appinsights` plugin in my project.Manual Setupを使用する場合は、以下のコマンドを実行してプラグインをインストールし、以下のプラットフォーム固有の指示に従ってください。
bun add @capgo/capacitor-appinsightsbunx cap syncインポート
「インポート」のセクションimport { CapacitorAppInsights } from '@capgo/capacitor-appinsights';API の概要
「API の概要」のセクションinit
「init」のセクションアプリインサイトの SDK を初期化する
import { CapacitorAppInsights } from '@capgo/capacitor-appinsights';
await CapacitorAppInsights.init({} as { partnerId: string; // Provided by our business unit partnerKey: string; // Provided by our business unit });setUserId
「setUserId」のセクション初期化後、ユーザーIDを設定または更新する
import { CapacitorAppInsights } from '@capgo/capacitor-appinsights';
await CapacitorAppInsights.setUserId({} as { userId: string });getState
Section titled “getState”Get the current state of the SDK
import { CapacitorAppInsights } from '@capgo/capacitor-appinsights';
await CapacitorAppInsights.getState();PanelSDKState
Section titled “PanelSDKState”export interface PanelSDKState { initCompleted: boolean; // SDK initialization status jobScheduled: boolean; // Background job scheduling status permissionAcquired: boolean; // Required permissions status}このページはプラグインの設定から生成されています。 src/definitions.ts公開 API のアップストリーム変更時に再度同期を実行してください。
Getting Started から続けてください
「Getting Started」から続けてくださいあなたが「を使用している場合 Getting Started ダッシュボードとAPIの作業を計画するには、を接続してください native capabilityのために@capgo/capacitor-appinsightsを使用 native capabilityのために@capgo/capacitor-appinsightsを使用する場合 APIの概要 APIの実装詳細について 概要 概要の実装詳細について APIのキー APIのキーに関する実装詳細について デバイス 実装詳細のデバイスについて