public class MobileAppManager extends Object implements IMobileAppManagerSPI
Constructor and Description |
---|
MobileAppManager() |
Modifier and Type | Method and Description |
---|---|
String |
getOrCreateSubscriptionId(IWebsite website)
Returns the subscription identifier (
null if there isn't one) of the current user in the given website. |
String |
getOrCreateSubscriptionId(String userId,
String websiteId)
Returns the subscription identifier (
null if there isn't one) of the given user user in the given website. |
Set<String> |
getSubscriptionsIds(Collection<String> userIds,
String websiteId)
Returns the users' subscriptions in the given website.
|
public String getOrCreateSubscriptionId(IWebsite website)
IMobileAppManagerSPI
null
if there isn't one) of the current user in the given website.getOrCreateSubscriptionId
in interface IMobileAppManagerSPI
website
- the website.null
if there isn't one) of the current user in the given website.public String getOrCreateSubscriptionId(String userId, String websiteId)
IMobileAppManagerSPI
null
if there isn't one) of the given user user in the given website.getOrCreateSubscriptionId
in interface IMobileAppManagerSPI
userId
- the user identifier.websiteId
- the website identifier.null
if there isn't one) of the given user user in the given website.public Set<String> getSubscriptionsIds(Collection<String> userIds, String websiteId)
IMobileAppManagerSPI
getSubscriptionsIds
in interface IMobileAppManagerSPI
websiteId
- the website identifier.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.