| Package | Description |
|---|---|
| com.codename1.push |
Push notification support using either device specific protocols when available
|
| Modifier and Type | Method and Description |
|---|---|
Push |
Push.apnsAuth(String iosCertificateURL,
String iosCertificatePassword,
boolean production)
Sets authentication for APNS (iOS)
|
Push |
Push.gcmAuth(String googleAuthKey)
Sets authentication for GMS (Android and Chrome)
|
Push |
Push.pushType(int pushType)
Sets the type of push to use.
|
Push |
Push.wnsAuth(String wnsSID,
String wnsClientSecret)
Sets authenticaton for WNS (Windows 10/UWP)
|
Copyright © 2022. All rights reserved.