RetryableEndpointGroup
Enum representing various retryable endpoint groups. Each enum constant denotes a specific category of operations that can be retried under certain conditions.
Entries
Represents the group of operations related to file persistence like PubNub.getFileUrl, PubNub.deleteFile, PubNub.listFiles, PubNub.downloadFile, and PubNub.sendFile.
Represents the group of operations related to message persistence like PubNub.fetchMessages, PubNub.deleteMessages, PubNub.messageCounts, and PubNub.time.
Represents the group of operations on channel group like PubNub.listAllChannelGroups, PubNub.deleteChannelGroup, PubNub.removeChannelsFromChannelGroup, PubNub.listChannelsForChannelGroup, and PubNub.addChannelsToChannelGroup
Represents the group of operations related to push notification like PubNub.removeAllPushNotificationsFromDeviceWithPushToken, PubNub.addPushNotificationsOnChannels, PubNub.auditPushChannelProvisions and PubNub.removePushNotificationsFromChannels
Represents the group of operations related to application context like PubNub.getAllUUIDMetadata, PubNub.getUUIDMetadata, PubNub.setUUIDMetadata, PubNub.removeUUIDMetadata, PubNub.getAllChannelMetadata, PubNub.getChannelMetadata, PubNub.removeChannelMetadata, PubNub.setChannelMetadata, PubNub.getChannelMembers, PubNub.manageChannelMembers, PubNub.getMemberships, and PubNub.manageMemberships
Represents the group of operations related to message reaction like PubNub.addMessageAction, PubNub.getMessageActions and PubNub.removeMessageAction
Represents the group of operations related to access management like PubNub.grant, PubNub.grantToken, PubNub.revokeToken
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.