New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@atroo/capacitor-adjust

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atroo/capacitor-adjust

Adjust Plugins for Capacitor

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

capacitor-adjust

Adjust Plugins for Capacitor

Install

npm install @atroo/capacitor-adjust
npx cap sync

API

  • initAdjust(...)
  • trackEvent(...)
  • getAdid()
  • Interfaces
  • Type Aliases

initAdjust(...)

initAdjust(options: InitConfig) => Promise<void>

adjust init

ParamType
optionsInitConfig

trackEvent(...)

trackEvent(options: AdjustEventOptions) => Promise<void>

track custom event

ParamType
optionsAdjustEventOptions

getAdid()

getAdid() => Promise<AdidResult>

Returns: Promise<AdidResult>

Interfaces

InitConfig

adjust init config

PropType
appTokenstring
environment'sandbox' | 'production'
logLevel'error' | 'warn' | 'info' | 'verbose' | 'debug' | 'assert'
externalDeviceIdstring

AdjustEventOptions

adjust custom event options

PropType
eventTokenstring
revenuenumber
currencystring
parametersRecord<string, string>

AdidResult

PropType
adidstring

Type Aliases

Record

Construct a type with a set of properties K of type T

{ [P in K]: T; }

Keywords

capacitor

FAQs

Package last updated on 04 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts