Skip to content

Commit dd6a10c

Browse files
committed
feat(deprecation): deprecating LeanplumFcmServiceHelper
1 parent 3050002 commit dd6a10c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AndroidSDK/src/com/leanplum/LeanplumFcmServiceHelper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* Helper class for enabling the FCM service declared in manifest without app restart.
3030
*
3131
* @author Anna Orlova
32+
* @deprecated {@link LeanplumFcmServiceHelper} will be made private in future releases, since it is
33+
* not intended to be public API.
3234
*/
3335
public class LeanplumFcmServiceHelper extends IntentService {
3436
public LeanplumFcmServiceHelper() {

0 commit comments

Comments
 (0)