|
boolean Gcm::GetGcmServerSettingsEx |
( |
[out] params |
pSettings | ) |
|
Retrieves GCM (Google Cloud Messaging) server settings.
- Parameters:
-
pSettings | (params) contains: wstrSenderId (wstring) SENDER_ID (project number), can be retrieved from Google Developers Console. wstrServiceAccountFile (wstring) Service account file, can be retrieved from Google Developers Console. Can't be empty. |
- Returns:
- (boolean) True if settings exists; False otherwise.
|