New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aigens/aigens-sdk-core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aigens/aigens-sdk-core

Aigens Order.Place Core Plugin

  • 0.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
38
decreased by-24%
Maintainers
1
Weekly downloads
 
Created
Source

@aigens/aigens-sdk-core

Aigens Order.Place Core Plugin

Install

npm install @aigens/aigens-sdk-core
npx cap sync

API

echo(...)

echo(options: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>


dismiss(...)

dismiss(options: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>


finish(...)

finish(options: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>


getMember(...)

getMember(options: any) => Promise<{ member: Member; }>
ParamType
optionsany

Returns: Promise<{ member: Member; }>


getDeeplink(options: any) => Promise<{ deeplink: Deeplink; }>
ParamType
optionsany

Returns: Promise<{ deeplink: Deeplink; }>


openBrowser(...)

openBrowser(options: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>


isInstalledApp(...)

isInstalledApp(options: { key: string; }) => Promise<{ install: boolean; }>
ParamType
options{ key: string; }

Returns: Promise<{ install: boolean; }>


getIsProductionEnvironment()

getIsProductionEnvironment() => Promise<{ isPrd: boolean; }>

Returns: Promise<{ isPrd: boolean; }>


openExternalUrl(...)

openExternalUrl(options: { url: string; }) => Promise<any>
ParamType
options{ url: string; }

Returns: Promise<any>


checkNotificationPermissions()

checkNotificationPermissions() => Promise<PermissionStatus>

Returns: Promise<PermissionStatus>


getFinishData(...)

getFinishData(options: any) => Promise<{ closedData: any; }>
ParamType
optionsany

Returns: Promise<{ closedData: any; }>


setTextZoom(...)

setTextZoom(options: { value: number; }) => Promise<any>
ParamType
options{ value: number; }

Returns: Promise<any>


readClipboard()

readClipboard() => Promise<any>

Promise<any>: { value: string, type: 'text/plain' }

Returns: Promise<any>


Interfaces

Member
PropType
"memberCode"string
"source"string
"sessionId"string
"pushId"string
"deviceId"string
"universalLink"string
"appleMerchantId"string
"cachedOrderContext"boolean
"name"string
"email"string
"phone"string
PropType
"addItemId"string
"addDiscountCode"string
"addOfferId"string
PermissionStatus
PropType
displayPermissionState

Type Aliases

PermissionState

'prompt' | 'prompt-with-rationale' | 'granted' | 'denied'

Keywords

FAQs

Package last updated on 25 Oct 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc