1.2.1 • Published 5 months ago

@okode/capacitor-plugin-secure-share v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

capacitor-plugin-secure-share

Capacitor Secure Share Plugin

Install

npm install @okode/capacitor-plugin-secure-share
npx cap sync

API

save(...)

save(data: Record<string, string>) => Promise<void>
ParamTypeDescription
dataRecord<string, string>string to string map holding the data to be saved

retrieve()

retrieve() => Promise<Record<string, string>>

Returns: Promise<Record<string, string>>


retrieveFrom(...)

retrieveFrom(data: { packageName: string; }) => Promise<Record<string, string>>
ParamType
data{ packageName: string; }

Returns: Promise<Record<string, string>>


Type Aliases

Record

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

{

}

CHANGELOG

  • 1.2.0 ... Capacitor 5
  • 1.1.0 ... Capacitor 4
1.2.1

5 months ago

1.1.0

1 year ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago