getDeviceInventoryInstance

This is class method which returns the signleton object RMDeviceInventory, which is used by application to call SDK APIs. Based on the operating mode, SDK generates unique id as part of the device signature and passes it in extra attributes bucket.
aatest
Description
This is class method which returns the signleton object RMDeviceInventory, which is used by application to call SDK APIs. Based on the operating mode, SDK generates unique id as part of the device signature and passes it in extra attributes bucket.
API Signature
public static RMDeviceInventory getDeviceInventoryInstance(Context context,DDNA_Mode mode)
Parameters
DDNA_Mode mode
DDNA_Mode enumerator value. It can be one of the SERVER, USER and CUSTOM
Return Values
Return Value
Inference
RMDeviceInventory 
object instance of the RMDeviceInventory class