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-privacy-screen`
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/privacy-screen/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그다음에 다음 프롬프트를 사용하세요:
Use the `capacitor-plugins` skill from `Cap-go/capgo-skills` to install the `@capgo/capacitor-privacy-screen` plugin in my project.만들기 설정을 선호한다면, 다음 명령어를 실행하여 플러그인을 설치하고 아래에 플랫폼에 따라 설명된 지침을 따르십시오:
-
플러그인 설치
터미널 창 bun add @capgo/capacitor-privacy-screen -
네이티브 플랫폼 동기화
터미널 창 bunx cap sync -
플랫폼 동작 검토
기본 동작
기본 동작플러그인은 네이티브 구현이 로드될 때 자동으로 개인 정보 보호를 활성화합니다.
- 안드로이드에서, 보안 모드는 스크린샷, 스크린 녹화 캡처 및 최근 앱 프리뷰를 차단합니다.
- iOS에서, 플러그인은 앱 Switcher 스냅샷 생성 시 앱을 숨깁니다.
- 웹에서, 플러그인은 API 동기만을 위해 메모리 내에 활성화된 플래그를 유지합니다.
기본 사용법
클립보드 복사import { PrivacyScreen } from '@capgo/capacitor-privacy-screen';
await PrivacyScreen.disable();
// Run a flow where screenshots or previews are temporarily allowed.
await PrivacyScreen.enable();
const { enabled } = await PrivacyScreen.isEnabled();console.log('Privacy screen enabled:', enabled);사용 disable() 계정 인증 단계가 지원을 위해 스크린샷이 필요할 때
- 결제 또는 신분 제공자 흐름이 앱 switcher 예고 화면이 보이도록 필요할 때
- 신뢰할 수 있는 기기에서 제어된 디버깅 세션
- __CAPGO_KEEP_0__
보호를 즉시 복원하십시오. enable().
Getting Started
시작하기시작하기 시작하기 시작하기를 사용하여 보안 및 규정 준수를 계획하고 있으시다면 Using @capgo/capacitor-privacy-screen native 기능을 위한 Using @capgo/capacitor-privacy-screen 암호화 Implementation Detail의 암호화 규정 준수 Implementation Detail의 규정 준수 Capgo Security Scanner Capgo Security Scanner의 제품 워크플로우 Capgo Security Capgo Security의 제품 워크플로우