Méthode | Description | |
---|---|---|
ChangeUserInfo ( UserInfo userInfo ) : User | ||
DoesUserExist ( string userId ) : bool | ||
GetNotificationTypes ( User user ) : List |
||
LoadUser ( string userId ) : User | ||
RegisterForNotifications ( User user, NotificationType type ) : void | ||
UnregisterForNotifications ( User user, NotificationType type ) : void |
public ChangeUserInfo ( UserInfo userInfo ) : User | ||
userInfo | UserInfo | |
Résultat | User |
public DoesUserExist ( string userId ) : bool | ||
userId | string | |
Résultat | bool |
public GetNotificationTypes ( User user ) : List |
||
user | User | |
Résultat | List |
public RegisterForNotifications ( User user, NotificationType type ) : void | ||
user | User | |
type | NotificationType | |
Résultat | void |
public UnregisterForNotifications ( User user, NotificationType type ) : void | ||
user | User | |
type | NotificationType | |
Résultat | void |