Enum EnterprisesResource.PullNotificationSetRequest.RequestModeEnum
The request mode for pulling notifications. Specifying waitForNotifications will cause the request to block and wait until one or more notifications are present, or return an empty notification list if no notifications are present after some time. Specifying returnImmediately will cause the request to immediately return the pending notifications, or an empty list if no notifications are present. If omitted, defaults to waitForNotifications.
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public enum EnterprisesResource.PullNotificationSetRequest.RequestModeEnum
Fields
Name | Description |
---|---|
ReturnImmediately | Returns immediately whether notifications are present or not. |
WaitForNotifications | Wait until one or more notifications are present. |