Method | Description | |
---|---|---|
CreateDialogAsync ( string dialogName, string userIds, DialogType dialogType = DialogType.Private ) : Task | ||
DeleteDialogAsync ( string dialogId ) : Task |
||
GetBaseSession ( ) : Task |
||
GetDialogAsync ( int userIds ) : Task | ||
GetDialogAsync ( string dialogId ) : Task | ||
GetDialogsAsync ( List
|
||
GetImageAsync ( int blobId ) : Task |
||
GetMessagesAsync ( string dialogId ) : Task
|
||
GetUserAsync ( int qbUserId ) : Task |
||
GetUserByTag ( String tag ) : Task
|
||
GetUsersByIdsAsync ( string ids ) : Task
|
||
GetXmppClient ( ) : ChatXmppClient | ||
LoginWithEmailAsync ( string email, string password ) : Task |
||
LoginWithFbUserAsync ( String accessToken, System.Platform platform, string uid ) : Task |
||
LoginWithLoginValueAsync ( string login, string password, System.Platform platform, string uid ) : Task |
||
QbProvider ( System.Action showInternetNotification ) : System | ||
SubscribeForPushNotificationAsync ( string pushtoken, string deviceUid ) : Task |
||
UnsubscribeForPushNotificationAsync ( string deviceUid ) : Task |
||
UpdateDialogAsync ( string dialogId, List |
||
UpdateUserDataAsync ( int qbUserId, UserRequest updateUserRequest ) : Task |
||
UploadPrivateImageAsync ( byte imageBytes ) : Task |
Method | Description | |
---|---|---|
HandleResponse ( HttpResponse response, HttpStatusCode resultStatusCode ) : Task |
||
QbProvider ( ) : System |
public CreateDialogAsync ( string dialogName, string userIds, DialogType dialogType = DialogType.Private ) : Task | ||
dialogName | string | |
userIds | string | |
dialogType | DialogType | |
return | Task |
public DeleteDialogAsync ( string dialogId ) : Task |
||
dialogId | string | |
return | Task |
public GetDialogAsync ( string dialogId ) : Task | ||
dialogId | string | |
return | Task |
public GetDialogsAsync ( List
|
||
dialogTypeParams | List |
|
return | Task
|
public GetMessagesAsync ( string dialogId ) : Task
|
||
dialogId | string | |
return | Task
|
public GetUsersByIdsAsync ( string ids ) : Task
|
||
ids | string | |
return | Task
|
public LoginWithEmailAsync ( string email, string password ) : Task |
||
string | ||
password | string | |
return | Task |
public LoginWithFbUserAsync ( String accessToken, System.Platform platform, string uid ) : Task |
||
accessToken | String | |
platform | System.Platform | |
uid | string | |
return | Task |
public LoginWithLoginValueAsync ( string login, string password, System.Platform platform, string uid ) : Task |
||
login | string | |
password | string | |
platform | System.Platform | |
uid | string | |
return | Task |
public QbProvider ( System.Action showInternetNotification ) : System | ||
showInternetNotification | System.Action | |
return | System |
public SubscribeForPushNotificationAsync ( string pushtoken, string deviceUid ) : Task |
||
pushtoken | string | |
deviceUid | string | |
return | Task |
public UnsubscribeForPushNotificationAsync ( string deviceUid ) : Task |
||
deviceUid | string | |
return | Task |
public UpdateDialogAsync ( string dialogId, List |
||
dialogId | string | |
addedUsers | List |
|
deletedUsers | List |
|
name | string | |
photo | string | |
return | Task |
public UpdateUserDataAsync ( int qbUserId, UserRequest updateUserRequest ) : Task |
||
qbUserId | int | |
updateUserRequest | UserRequest | |
return | Task |
public UploadPrivateImageAsync ( byte imageBytes ) : Task |
||
imageBytes | byte | |
return | Task |