Notifications Constructor |
Internal constructor not meant for callers to invoke directly.
Namespace: Oracle.Cloud.Mobile.NotificationsAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Notifications(
MobileBackend backend
)
Public Sub New (
backend As MobileBackend
)
public:
Notifications(
MobileBackend^ backend
)
new :
backend : MobileBackend -> Notifications
Parameters
- backend
- Type: Oracle.Cloud.Mobile.MobileBackendMobileBackend
See Also