-
public class RNSuperProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final static StringvendorIdprivate final static StringlaunchIdprivate final static StringheartbeatSessionIdprivate final static JSONObjectsuperPropertiesprivate final static StringsuperPropertiesBase64private final IntegerbuildNumberprivate final IntegerversionCodeprivate final StringversionStringprivate final StringuserAgentpublic final static RNSuperPropertiesINSTANCE
-
Method Summary
Modifier and Type Method Description final static StringgetVendorId()final static StringgetLaunchId()final static StringgetHeartbeatSessionId()final static JSONObjectgetSuperProperties()final static StringgetSuperPropertiesBase64()final IntegergetBuildNumber()final IntegergetVersionCode()final StringgetVersionString()final StringgetUserAgent()-
-
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()
-
getBuildNumber
final Integer getBuildNumber()
-
getVersionCode
final Integer getVersionCode()
-
getVersionString
final String getVersionString()
-
getUserAgent
final String getUserAgent()
-
-
-
-