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.
설치
설치 제목AI-Assisted Setup을 사용하여 플러그인을 설치할 수 있습니다. AI 도구에 Capgo 기능을 추가하려면 다음 명령어를 사용하세요:
npx skills add https://github.com/Cap-go/capgo-skills --skill capacitor-plugins만약 Manual Setup을 선호한다면, 플러그인을 설치하기 위해 다음 명령어를 실행하고 아래에 플랫폼에 따라 설명된 지침을 따르세요:
Use the `capacitor-plugins` skill from `Cap-go/capgo-skills` to install the `@capgo/capacitor-appinsights` plugin in my project.설치
bun add @capgo/capacitor-appinsightsbunx cap syncImport
'Import'라는 제목의 섹션import { CapacitorAppInsights } from '@capgo/capacitor-appinsights';API 개요
'API 개요'라는 제목의 섹션init
'init'라는 제목의 섹션SDK AppInsights 초기화
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
getStateSDK의 현재 상태를 가져옵니다.
import { CapacitorAppInsights } from '@capgo/capacitor-appinsights';
await CapacitorAppInsights.getState();타입 참조
타입 참조PanelSDKState
패널 SDK 상태export interface PanelSDKState { initCompleted: boolean; // SDK initialization status jobScheduled: boolean; // Background job scheduling status permissionAcquired: boolean; // Required permissions status}진실의 근원
진실의 근원이 페이지는 플러그인의 src/definitions.ts공개 API이 업스트림에서 변경될 때 다시 싱크를 실행하세요.
시작부터 계속하기
시작부터 계속하기 섹션시작부터 계속하기 섹션을 사용하는 경우 시작하기 API를 위한 대시보드와 API 연산을 계획하는 경우, API를 연결하세요. capgo-appinsights로 @capgo/capacitor-appinsights를 사용하세요. for the native capability in Using @capgo/capacitor-appinsights, API 개요 API 개요의 구현 세부 정보에 대해 소개 소개의 구현 세부 정보에 대해 API 키 API 키 구현 세부 사항에 대해, 및 장치 __CAPGO_KEEP_0__ 키 구현 세부 사항에 대해 장치.