Hierarchy

  • INativeMobileComponent<any, MobileOSProps<SecureDataIOSProps, {}>>
    • ISecureData

Properties

Methods

Properties

nativeObject: any
ios: Partial<SecureDataIOSProps>
android: Partial<{}>
key: string

Gets the key of the secure data.

Methods

  • Saves the given value to the secure data.

    Parameters

    • params: { value: string }
      • value: string

    Returns Promise<void>

  • Reads the value from the secure data.

    Returns Promise<any>

  • Deletes the value from the secure data.

    Returns Promise<void>

Generated using TypeDoc