public class

Notification

extends Object
java.lang.Object
   ↳ com.google.firebase.messaging.Notification

Class Overview

Represents the notification parameters that can be included in a Message. Instances of this class are thread-safe and immutable.

Summary

Nested Classes
class Notification.Builder  
Public Methods
static Notification.Builder builder()
Creates a new Notification.Builder.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Notification.Builder builder ()

Creates a new Notification.Builder.

Returns