Package com.aliucord.utils
Object RNSuperProperties
-
- All Implemented Interfaces:
public class RNSuperProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final StringvendorIdprivate final StringlaunchIdprivate final StringheartbeatSessionIdprivate final JSONObjectsuperPropertiesprivate final StringsuperPropertiesBase64public final static IntegerbuildNumberpublic final static IntegerversionCodepublic final static StringversionStringpublic final static StringuserAgentpublic final static RNSuperPropertiesINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetVendorId()final StringgetLaunchId()final StringgetHeartbeatSessionId()final JSONObjectgetSuperProperties()final StringgetSuperPropertiesBase64()-
-
Method Detail
-
getVendorId
final String getVendorId()
-
getLaunchId
final String getLaunchId()
-
getHeartbeatSessionId
final String getHeartbeatSessionId()
-
getSuperProperties
final JSONObject getSuperProperties()
-
getSuperPropertiesBase64
final String getSuperPropertiesBase64()
-
-
-
-