Guide
Tutorial on Age Signals
Using @capgo/capacitor-android-age-signals
Capacitor interface for retrieving Play Age Signals.
Install
bun add @capgo/capacitor-android-age-signals
bunx cap sync
What This Plugin Exposes
checkAgeSignals- Request the current Play Age Signals for the active user.
Example Usage
checkAgeSignals
Request the current Play Age Signals for the active user.
import { AgeSignals } from '@capgo/capacitor-android-age-signals';
await AgeSignals.checkAgeSignals();
Full Reference
- GitHub: https://github.com/Cap-go/capacitor-android-age-signals/
- Docs: /docs/plugins/age-signals/
Keep going from Using @capgo/capacitor-android-age-signals
If you are using Using @capgo/capacitor-android-age-signals to plan native plugin work, connect it with Capgo Plugin Directory for the product workflow in Capgo Plugin Directory, Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, Adding or Updating Plugins for the implementation detail in Adding or Updating Plugins, Ionic Enterprise Plugin Alternatives for the product workflow in Ionic Enterprise Plugin Alternatives, and Capgo Native Builds for the product workflow in Capgo Native Builds.