public static interface GCMChannelRequest.Builder extends SdkPojo, CopyableBuilder<GCMChannelRequest.Builder,GCMChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
GCMChannelRequest.Builder |
apiKey(String apiKey)
The Web API Key, also referred to as an API_KEY or server key, that you received from Google to
communicate with Google services.
|
GCMChannelRequest.Builder |
enabled(Boolean enabled)
Specifies whether to enable the GCM channel for the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGCMChannelRequest.Builder apiKey(String apiKey)
The Web API Key, also referred to as an API_KEY or server key, that you received from Google to communicate with Google services.
apiKey - The Web API Key, also referred to as an API_KEY or server key, that you received from
Google to communicate with Google services.GCMChannelRequest.Builder enabled(Boolean enabled)
Specifies whether to enable the GCM channel for the application.
enabled - Specifies whether to enable the GCM channel for the application.Copyright © 2021. All rights reserved.