Click or drag to resize
NotificationClient Class
Push and email notifications client http://quickblox.com/developers/Messages
Inheritance Hierarchy
SystemObject
  Quickblox.Sdk.Modules.NotificationModuleNotificationClient

Namespace: Quickblox.Sdk.Modules.NotificationModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class NotificationClient

The NotificationClient type exposes the following members.

Methods
  NameDescription
Public methodCreateEventAsync
Create notification event
Public methodCreatePushTokenAsync Obsolete.
Create push token (Token for iOS, Registration Id for Android, Uri for Windows Phone). Neеd to get the authorization token with the device parameters (platform, udid).
Public methodCreateSubscriptionsAsync(CreateSubscriptionsRequest)
Сreate device based subscriptions. The authorization token should contain the device parameters. If the subscription is creating for the windows phone pushes make sure that Microsoft Push Notifications have a status "enabled" in the Web Administration Panel.
Public methodCreateSubscriptionsAsync(NotificationChannelType) Obsolete.
Сreate device based subscriptions. The authorization token should contain the device parameters. If the subscription is creating for the windows phone pushes make sure that Microsoft Push Notifications have a status "enabled" in the Web Administration Panel.
Public methodDeleteEventAsync
Deletes the event.
Public methodDeletePushTokenAsync Obsolete.
Delete push token by identifier.
Public methodDeleteSubscriptionsAsync
Remove a subscription by the identifier.
Public methodEditEventAsync
Edit event by ID.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEventByIdAsync
Retrieve event by the ID. The event specified in the request should belong to the application for which the authorization token has been received.
Public methodGetEventsAsync
Get all events which were created by a user specified in the authorization token.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSubscriptionsAsync
Retrieve subscriptions for the device which is specified in the authorization token.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also