-
public class DeviceInfoManagerCreated by adeshmukh on 12/02/25. Project Name: OSMOS-Android-SDK File Name: DeviceInfoManager This object provides utility functions to retrieve device-specific information that does not required any specific permission.
-
-
Field Summary
Fields Modifier and Type Field Description public final static DeviceInfoManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final Map<String, String>getDeviceHeaders(Context context)Retrieves a map of device-specific headers that can be used in API requests. -
-
Method Detail
-
getDeviceHeaders
final Map<String, String> getDeviceHeaders(Context context)
Retrieves a map of device-specific headers that can be used in API requests.
-
-
-
-