Свойство | Type | Description | |
---|---|---|---|
logger | log4net.ILog |
Méthode | Description | |
---|---|---|
DeviceTokenSetting ( |
||
GetInfo ( string name ) : |
||
ParseTimeZoneOffset ( string offset ) : decimal | ||
RetrieveSettings ( |
||
SetUserDataFile ( string selectedName, string selectedId, string name ) : void |
Change user file
|
|
SetUserDataFileExt ( string selectedName, string selectedId, string token ) : void |
Extension for user file change
|
|
SetUserLocation ( string city, string name ) : void |
Set user location
|
|
SetUserLocationExt ( string city, string userToken ) : void |
Extension for user location set
|
|
SubscribePushNotification ( string token, DeviceType deviceType, |
Subscribes push notifications
|
|
UpdateUserSettings ( |
Méthode | Description | |
---|---|---|
UpdateUserSettingsImpl ( |
Updates user settings in the database
|
Méthode | Description | |
---|---|---|
GetUserSettings ( |
Retrieve user settings from database
|
|
ProcessSubscribe ( string newToken, DeviceType deviceType, string accessToken, ApplicationType appType ) : void | ||
ProcessUpdate ( string oldToken, string newToken, long userId, DeviceType deviceType, ApplicationType appType ) : string | ||
ShouldSendInitialEmail ( |
Determines whether initial invitation email should be sent to a user
|
|
ShouldSendInitialSms ( |
Determines whether initial invitation SMS should be sent to a user
|
public DeviceTokenSetting ( |
||
settingsDTO | ||
userId | long | |
Résultat | string |
public GetInfo ( string name ) : |
||
name | string | |
Résultat |
public ParseTimeZoneOffset ( string offset ) : decimal | ||
offset | string | |
Résultat | decimal |
public RetrieveSettings ( |
||
settingsDTO | ||
Résultat |
public SetUserDataFile ( string selectedName, string selectedId, string name ) : void | ||
selectedName | string | |
selectedId | string | |
name | string | |
Résultat | void |
public SetUserDataFileExt ( string selectedName, string selectedId, string token ) : void | ||
selectedName | string | |
selectedId | string | |
token | string | |
Résultat | void |
public SetUserLocation ( string city, string name ) : void | ||
city | string | |
name | string | |
Résultat | void |
public SetUserLocationExt ( string city, string userToken ) : void | ||
city | string | |
userToken | string | |
Résultat | void |
public SubscribePushNotification ( string token, DeviceType deviceType, |
||
token | string | |
deviceType | DeviceType | |
info | ||
appType | ApplicationType | |
Résultat | void |
public UpdateUserSettings ( |
||
newInfo | ||
Résultat | void |
protected UpdateUserSettingsImpl ( |
||
newInfo | ||
Résultat |