Click or drag to resize
Notifications Class
Class that provides notification capabilities.
Inheritance Hierarchy

Namespace: Oracle.Cloud.Mobile.Notifications
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class Notifications : ServiceProxy

The Notifications type exposes the following members.

Constructors
  NameDescription
Public methodNotifications
Internal constructor not meant for callers to invoke directly.
Top
Properties
  NameDescription
Public propertyBackend
The Mobile Backend that this Service Proxy is associated with.
(Inherited from ServiceProxy.)
Top
Methods
  NameDescription
Public methodDeregisterForNotificationsAsync
De-registers the current app running on the device for receiving push notifications.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRegisterForNotificationsAsync
Registers the current app running on the device for receiving push notifications.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also