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 JSONObject
superProperties
private final static String
superPropertiesBase64
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 JSONObject
getSuperProperties()
final static String
getSuperPropertiesBase64()
-
-
Method Detail
-
getVendorId
final static String getVendorId()
-
getSuperProperties
final static JSONObject getSuperProperties()
-
getSuperPropertiesBase64
final static String getSuperPropertiesBase64()
-
-
-
-