0.0.2 • Published 5 years ago

cordova-plugin-generate-device-id v0.0.2

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

cordova-generate-device-id

Plugin for read android unique id

available methods:

  • getDeviceId
  • getSHA256
  • getSHA512

JSONString getDeviceId(String hashType, Callback success(JSONString), Callback error)

ParametersValues
String hashtype(Default 'SHA-512') 'SHA-256', 'SHA-512'
Callback successContains a JSONString with result on respuesta property

String getSHA256(String inputString)

String getSHA512(String inputString)

0.0.2

5 years ago

0.0.1

5 years ago