allowme-capacitor
v1.0.6
Published
Plugin Capacitor para integrar o SDK nativo da AllowMe em apps Ionic/Capacitor.
Readme
allowme-capacitor
Plugin Capacitor para integrar o SDK nativo da AllowMe em apps Ionic/Capacitor.
Install
npm install allowme-capacitor
npx cap syncIOS/APP
source 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/allowme_Spec'
source 'https://github.com/CocoaPods/Specs.git'ANDROID/APP
in build.gradle
repositories {
google()
mavenCentral()
jcenter()
maven {
url "https://android.allowmecloud.com/sdk"
authentication {
basic(BasicAuthentication)
}
credentials {
username 'SEU_USERNAME_AQUI'
password 'SEU_PASSWORD_AQUI'
}
}
}API
initialize(...)
initialize(options: { apiKey: string; }) => Promise<void>| Param | Type |
| ------------- | -------------------------------- |
| options | { apiKey: string; } |
collect()
collect() => Promise<{ data: string; }>Returns: Promise<{ data: string; }>
