public final class UserInfoController extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
UserInfoController.OnUserInfoChangedListener |
Constructor and Description |
---|
UserInfoController(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(UserInfoController.OnUserInfoChangedListener callback) |
void |
onDensityOrFontScaleChanged() |
void |
reloadUserInfo() |
void |
remListener(UserInfoController.OnUserInfoChangedListener callback) |
public UserInfoController(Context context)
public void addListener(UserInfoController.OnUserInfoChangedListener callback)
public void remListener(UserInfoController.OnUserInfoChangedListener callback)
public void reloadUserInfo()
public void onDensityOrFontScaleChanged()