跳过内容

开始使用

GitHub

安装

安装

您可以使用我们的AI辅助设置来安装插件。使用以下命令将Capgo技能添加到您的AI工具中:

终端窗口
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.

如果您更喜欢手动设置,请运行以下命令并按照以下平台特定的说明进行安装:

终端窗口
bun add @capgo/capacitor-appinsights
bunx cap sync

导入

导入
import { CapacitorAppInsights } from '@capgo/capacitor-appinsights';

初始化应用程序见解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
});

在初始化后更新或设置用户 ID

import { CapacitorAppInsights } from '@capgo/capacitor-appinsights';
await CapacitorAppInsights.setUserId({} as { userId: string });

获取SDK的当前状态

import { CapacitorAppInsights } from '@capgo/capacitor-appinsights';
await CapacitorAppInsights.getState();

类型参考

类型参考部分

PanelSDKState

PanelSDKState部分
export interface PanelSDKState {
initCompleted: boolean; // SDK initialization status
jobScheduled: boolean; // Background job scheduling status
permissionAcquired: boolean; // Required permissions status
}

真实来源

真实来源部分

本页面由插件生成 src/definitions.ts重新同步公共API时,请重新运行上游

从开始就继续

继续从开始

如果您正在使用 开始 规划仪表板和API操作,连接它 使用@capgo/capacitor-appinsights 使用@capgo/capacitor-appinsights中的本机功能 API概述 API概述中的实现细节 介绍 介绍中的实现细节 API密钥 API密钥中的实现细节 设备 设备中的实现细节