Method | Description | |
---|---|---|
GetCurrentMethod ( ) : string | ||
GetLastOnlineTime ( int lastOnline ) : string | ||
GetStatusString ( UserStatus status ) : string | ||
IsOnline ( ) : bool | ||
SetAvatarPath ( string path ) : void | ||
SetName ( string firstName, string lastName ) : void | ||
SetPhoto ( UserProfilePhoto photo ) : void | ||
SetUser ( User user ) : void | ||
SetUserStatus ( UserStatus status ) : void | ||
UserModel ( User user ) : System |
Method | Description | |
---|---|---|
GetOfflineUserState ( UserStatusOfflineConstructor status ) : string | ||
GetUserPlaceholderImageUri ( ) : |
||
GetUserSettings ( ) : Task | ||
OnPropertyChanged ( [ propertyName = null ) : void | ||
UpdatePeerNotifySettings ( PeerNotifySettingsConstructor newSettings ) : void | ||
UpdateUserSettings ( ) : Task |
public static GetLastOnlineTime ( int lastOnline ) : string | ||
lastOnline | int | |
return | string |
public static GetStatusString ( UserStatus status ) : string | ||
status | UserStatus | |
return | string |
public SetName ( string firstName, string lastName ) : void | ||
firstName | string | |
lastName | string | |
return | void |
public SetPhoto ( UserProfilePhoto photo ) : void | ||
photo | UserProfilePhoto | |
return | void |
public SetUserStatus ( UserStatus status ) : void | ||
status | UserStatus | |
return | void |