Registration Object

gc_registration(
  feed = NULL,
  registrationId = NULL,
  cloudPubsubTopic = NULL,
  expiryTime = NULL
)

Arguments

feed

Specification for the class of notifications that Classroom should deliver

registrationId

A server-generated unique identifier for this Registration

cloudPubsubTopic

The Cloud Pub/Sub topic that notifications are to be sent to

expiryTime

The time until which the Registration is effective

Value

Registration object

Details

An instruction to Classroom to send notifications from the feed to theprovided destination.

See also

Other Registration functions: gc_registrations_create()