public class UserProfile extends Object implements Serializable
| Constructor and Description |
|---|
UserProfile(String appTitle,
String appVersion)
Constructs an empty user profile with given app title and version.
|
| Modifier and Type | Method and Description |
|---|---|
com.almasb.easyio.serialization.Bundle |
getBundle(String name) |
boolean |
isCompatible(String appTitle,
String appVersion) |
void |
putBundle(com.almasb.easyio.serialization.Bundle bundle)
Stores a bundle in the user profile.
|
public final boolean isCompatible(String appTitle, String appVersion)
appTitle - app titleappVersion - app versionpublic final void putBundle(com.almasb.easyio.serialization.Bundle bundle)
bundle - the bundle to storepublic final com.almasb.easyio.serialization.Bundle getBundle(String name)
name - bundle nameCopyright © 2016. All rights reserved.