public static class AntPlusWeightScalePcc.UserProfile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
activityLevel
User activity level, ranging from 0 (sedentary) to 6 (regular), -1 = 'Unassigned'.
|
int |
age
User age, -1 = 'Unassigned'.
|
static |
CREATOR
CREATOR is used by Android parceling system.
|
AntPlusWeightScalePcc.Gender |
gender
User
AntPlusWeightScalePcc.Gender , -1 = 'Unassigned'. |
int |
height
User height, -1 = 'Unassigned'.
|
static java.lang.String |
KEY_DEFAULT_USERPROFILEKEY
Default IPC key
|
boolean |
lifetimeAthlete
Indicates whether the user is a lifetime athlete (true) or not (false).
|
Constructor and Description |
---|
AntPlusWeightScalePcc.UserProfile()
Create a new user profile.
|
AntPlusWeightScalePcc.UserProfile(Parcel in)
Parcel constructor
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
int |
getUserProfileID()
Retrieves the user identifier that enables associating data with a specific user.
|
void |
writeToParcel(Parcel dest,
int flags) |
public static final java.lang.String KEY_DEFAULT_USERPROFILEKEY
public AntPlusWeightScalePcc.Gender gender
AntPlusWeightScalePcc.Gender
, -1 = 'Unassigned'.public int age
public int height
public int activityLevel
public boolean lifetimeAthlete
public static finalCREATOR
public AntPlusWeightScalePcc.UserProfile()
public AntPlusWeightScalePcc.UserProfile(Parcel in)
in
- Parcel with object datapublic int getUserProfileID()
public void writeToParcel(Parcel dest, int flags)
public int describeContents()
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.