AndroidNativeCore.Device

Description

This class consist methods of retrieving android version name ,android version code,unique device id , manfacture , device model and security patch information.

Summary:
Public methods
string androidVersionName()

This method return android os name which instlled on user device like kitkat,lollypop,oreo etc.

string androidVersionCode()

This method return api level of android os device.

string manfacture()

This method return device manfacture name.

string model()

This method return device model name.

string securityPatch()

This method return device security patch neme.

string androidID()

This method return Settings.Secure.ANDROID_ID. This is a 64-bit quantity that is generated and stored when the device first boots. It is reset when the device is wiped.