Show / Hide Table of Contents

Class ProjectsResource.MessagesResource

The "messages" collection of methods.

Inheritance
object
ProjectsResource.MessagesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 projects/{project_id}. For legacy support, the numeric project number with no padding is also supported in the format of projects/{project_number}.

Returns
Type Description
ProjectsResource.MessagesResource.SendRequest
In This Article
Back to top Generated by DocFX