public class

WebpushConfig

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

Class Overview

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

Summary

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

Public Methods

public static WebpushConfig.Builder builder ()

Creates a new WebpushConfig.Builder.

Returns