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-mute`
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/mute/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 도구에 다음 명령어를 사용하여 플러그인을 설치할 수 있습니다.
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-mute` plugin in my project.만약에 수동 설치를 원한다면, 플러그인을 설치하기 위해 다음 명령어를 실행하고 아래의 플랫폼에 따라 설명된 지침을 따르세요.
bun add @capgo/capacitor-mutebunx cap syncImport
임포트란 제목입니다.import { Mute } from '@capgo/capacitor-mute';API 개요
API 개요 제목isMuted
__CAPGO_KEEP_0__ 제목장치 음소거 switch가 활성화되어 있는지 확인합니다.
import { Mute } from '@capgo/capacitor-mute';
const { value } = await Mute.isMuted();if (value) { console.log('Device is muted');} else { console.log('Device is not muted');}MuteResponse
__CAPGO_KEEP_0__ 제목음소거 상태 확인 결과
export interface MuteResponse { /** True if device is muted, false otherwise */ value: boolean;}진실의 근원
__CAPGO_KEEP_0__ 제목이 페이지는 플러그인의 src/definitions.ts. upstream에서 API이 변경되면 다시 싱크를 실행하세요.
Getting Started에서 계속
Getting Started에서 계속하기Getting Started를 사용하여 Getting Started를 사용하여 대시보드와 __CAPGO_KEEP_0__를 계획하고 운영하는 경우 Using @API/__CAPGO_KEEP_1__-mute Using @capgo/capacitor-mute for the native capability in Using @capgo/capacitor-mute, API 개요 for the implementation detail in API Overview, 소개 __CAPGO_KEEP_0__ Keys에 대한 Implementation Detail API Keys API Keys에 대한 Implementation Detail, 및 장치 __CAPGO_KEEP_0__ Keys에 대한 Implementation Detail