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 |
|---|---|
Bundle |
getBundle(String name) |
boolean |
isCompatible(String appTitle,
String appVersion) |
void |
log(Logger logger) |
void |
putBundle(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(Bundle bundle)
bundle - the bundle to storepublic final Bundle getBundle(String name)
name - bundle namepublic final void log(Logger logger)
Copyright © 2018. All rights reserved.