Class ProjectsResource.MessagesResource
The "messages" collection of methods.
Inherited Members
Namespace: Google.Apis.FirebaseCloudMessaging.v1
Assembly: Google.Apis.FirebaseCloudMessaging.v1.dll
Syntax
public class ProjectsResource.MessagesResource
Constructors
MessagesResource(IClientService)
Constructs a new resource.
Declaration
public MessagesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Send(SendMessageRequest, string)
Send a message to specified target (a registration token, topic or condition).
Declaration
public virtual ProjectsResource.MessagesResource.SendRequest Send(SendMessageRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
SendMessageRequest | body | The body of the request. |
string | parent | Required. It contains the Firebase project id (i.e. the unique identifier for your Firebase project), in
the format of |
Returns
Type | Description |
---|---|
ProjectsResource.MessagesResource.SendRequest |