0.2.4 • Published 4 years ago

glamboytest v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

tru.ID Plugin for Ionic & Capacitor.

Installation

npm install @tru_id/tru-plugin-ionic-capacitor
ionic build
ionic cap sync

For Android, update the following in android/build.gradle to:

allprojects {
    repositories {
        google()
        jcenter()
        maven {
            url "https://gitlab.com/api/v4/projects/22035475/packages/maven"
        }
    }
}

Update the following in android/app/build.gradle to:

dependencies {
      implementation "com.squareup.okhttp3:okhttp:4.9.0"
      implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2"
}

Compatibility

  • Minimum Android SDK: TruSDK requires a minimum API level of 21 (Android 5).
  • Compile Android SDK: TruSDK requires you to compile against API 30 (Android 11 or later).
  • Minimun deployment target for iOS is iOS 12.
  • Minimum Swift version is 5.1.

Usage

import { TruPluginIonicCapacitor } from '@tru_id/tru-plugin-ionic-capacitor';

// Make a GET request using the cellular connection to the tru.ID check URL
const checkDetails = await TruPluginIonicCapacitor.check(check_url);

// Test if the device mobile network is currently supported
const reachabilityDetails = await TruPluginIonicCapacitor.isReachable();

console.log('Check results', checkDetails.result);

console.log('Reachability details', reachabilityDetails.result);
0.2.0

4 years ago

0.2.4

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago