Package com.aliucord.utils
Object RNSuperProperties
-
- All Implemented Interfaces:
public class RNSuperProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final static String
vendorId
private final static String
launchId
private final static String
heartbeatSessionId
private final static JSONObject
superProperties
private final static String
superPropertiesBase64
public final static Integer
buildNumber
public final static Integer
versionCode
public final static String
versionString
public final static String
userAgent
public final static RNSuperProperties
INSTANCE
-
Method Summary
Modifier and Type Method Description final static String
getVendorId()
final static String
getLaunchId()
final static String
getHeartbeatSessionId()
final static JSONObject
getSuperProperties()
final static String
getSuperPropertiesBase64()
-
-
Method Detail
-
getVendorId
final static String getVendorId()
-
getLaunchId
final static String getLaunchId()
-
getHeartbeatSessionId
final static String getHeartbeatSessionId()
-
getSuperProperties
final static JSONObject getSuperProperties()
-
getSuperPropertiesBase64
final static String getSuperPropertiesBase64()
-
-
-
-