gcm ~master (2022-04-28T06:06:17.8160229)
Dub
Repo
DeviceGroupResponse
gcm
Undocumented in source.
struct
DeviceGroupResponse {
byte
success
;
byte
failure
;
string
[]
failed_registration_ids
;
}
Members
Variables
failed_registration_ids
string
[]
failed_registration_ids
;
Undocumented in source.
failure
byte
failure
;
Undocumented in source.
success
byte
success
;
Undocumented in source.
Meta
Source
See Implementation
gcm
enums
GCMPriority
asString
functions
add
create
gcmessage
remove
sendDirect
sendGroup
sendMulticast
sendTopic
structs
DeviceGroup
DeviceGroupResponse
GCMNotification
GCMResponse
GCMResponseResult
GCMessage
MulticastMessageResponse
MulticastMessageResult
TopicMessageResponse