Click or drag to resize

IPushNotification Interface

The interface through which one can interact with the Push Notification sending service

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IPushNotification

The IPushNotification type exposes the following members.

Properties
  NameDescription
Public propertyDeviceMapper
A property that denotes the Mapper that keeps track of each registered device for a user.
Public propertyIsSubscribedField
A property that denotes the field on the DeviceMapper that determines if the subscription is On or Off. This is necessary as Google specifically recommends against calling the "Unsubscribe" method for Push notifications in Google Cloud Messaging.
Public propertyRegistrationIDField
A property that denotes the field on the DeviceMapper that determines which field is the field that tracks the "Registration_id" value for the subscription.
Public propertyServiceNameField
A property that denotes the field on the DeviceMapper that determines which field is the field that tracks which Push Notification service the registered device is registered to.
Public propertyUserIDField
A property that denotes the field on the DeviceMapper that determines which field is the field that tracks the "user_id" value.
Top
Methods
  NameDescription
Public methodSendNotification
Sends a notification to the specified device.
Top
See Also