We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3050002 commit dd6a10cCopy full SHA for dd6a10c
AndroidSDK/src/com/leanplum/LeanplumFcmServiceHelper.java
@@ -29,6 +29,8 @@
29
* Helper class for enabling the FCM service declared in manifest without app restart.
30
*
31
* @author Anna Orlova
32
+ * @deprecated {@link LeanplumFcmServiceHelper} will be made private in future releases, since it is
33
+ * not intended to be public API.
34
*/
35
public class LeanplumFcmServiceHelper extends IntentService {
36
public LeanplumFcmServiceHelper() {
0 commit comments