-
- All Implemented Interfaces:
-
java.io.Serializable
public class Sdk implements Serializable
Legacy SDK data representation. See: https://github.com/apptentive/apptentive-android/blob/master/apptentive/src/main/java/com/apptentive/android/sdk/storage/Sdk.java NOTE: THIS CLASS CAN'T BE RENAMED, MODIFIED, OR MOVED TO ANOTHER PACKAGE - OTHERWISE, JAVA SERIALIZABLE MECHANISM BREAKS!!!
-
-
Field Summary
Fields Modifier and Type Field Description private Stringversionprivate StringprogrammingLanguageprivate StringauthorNameprivate StringauthorEmailprivate Stringplatformprivate Stringdistributionprivate StringdistributionVersion
-
Method Summary
Modifier and Type Method Description StringgetVersion()voidsetVersion(String version)StringgetProgrammingLanguage()StringgetAuthorName()StringgetAuthorEmail()StringgetPlatform()voidsetPlatform(String platform)StringgetDistribution()StringgetDistributionVersion()-
-
Method Detail
-
getVersion
String getVersion()
-
setVersion
void setVersion(String version)
-
getProgrammingLanguage
String getProgrammingLanguage()
-
getAuthorName
String getAuthorName()
-
getAuthorEmail
String getAuthorEmail()
-
getPlatform
String getPlatform()
-
setPlatform
void setPlatform(String platform)
-
getDistribution
String getDistribution()
-
getDistributionVersion
String getDistributionVersion()
-
-
-
-