Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aigens/aigens-sdk-core

Package Overview
Dependencies
Maintainers
0
Versions
51
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.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
98
increased by36.11%
Maintainers
0
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: BrowserOptions) => Promise<any>
ParamType
optionsBrowserOptions

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>


addCalendar(...)

addCalendar(options: CalendarOptions) => Promise<{ notPermission?: boolean; resultCode?: number; }>
ParamType
optionsCalendarOptions

Returns: Promise<{ notPermission?: boolean; resultCode?: number; }>


makeHKFPSPayment(...)

makeHKFPSPayment(options: FPSPaymentOptions) => Promise<FPSResultOptions>
ParamType
optionsFPSPaymentOptions

Returns: Promise<FPSResultOptions>


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
BrowserOptions
PropType
urlstring
memberMember
deeplinkDeeplink
externalProtocolsstring[]
addPaddingProtocolsstring[]
excludedUniversalLinksstring[]
PermissionStatus
PropType
displayPermissionState
CalendarOptions
PropType
titlestring
isAllDayboolean
beginTimenumber
endTimenumber
locationstring
notesstring
FPSResultOptions
PropType
resultboolean
urlstring
intentstring
FPSPaymentOptions
PropType
paymentRequestUrlstring
callbackUrlstring
typeIdentifierstring
titlestring

Type Aliases

PermissionState

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

Keywords

FAQs

Package last updated on 17 Jul 2024

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