public interface IMobileAppManagerSPI
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.
|
String getOrCreateSubscriptionId(IWebsite website)
null
if there isn't one) of the current user in the given website.website
- the website.null
if there isn't one) of the current user in the given website.String getOrCreateSubscriptionId(String userId, String websiteId)
null
if there isn't one) of the given user user in the given website.userId
- the user identifier.websiteId
- the website identifier.null
if there isn't one) of the given user user in the given website.Set<String> getSubscriptionsIds(Collection<String> userIds, String websiteId)
userId
- the user identifiers.websiteId
- the website identifier.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.