Class MobileAppManager

  • All Implemented Interfaces:
    IMobileAppManagerSPI

    public class MobileAppManager
    extends Object
    implements IMobileAppManagerSPI
    Mobile App manager.
    Since:
    10.0.0
    Version:
    $Revision: 19766 $ $Date: 2017-01-05 18:35:09 -0200 (Thu, 05 Jan 2017) $
    • Constructor Detail

      • MobileAppManager

        public MobileAppManager()
    • Method Detail

      • getOrCreateSubscriptionId

        public String getOrCreateSubscriptionId​(IWebsite website)
        Description copied from interface: IMobileAppManagerSPI
        Returns the subscription identifier (null if there isn't one) of the current user in the given website.
        Specified by:
        getOrCreateSubscriptionId in interface IMobileAppManagerSPI
        Parameters:
        website - the website.
        Returns:
        the subscription identifier (null if there isn't one) of the current user in the given website.
      • getOrCreateSubscriptionId

        public String getOrCreateSubscriptionId​(String userId,
                                                String websiteId)
        Description copied from interface: IMobileAppManagerSPI
        Returns the subscription identifier (null if there isn't one) of the given user user in the given website.
        Specified by:
        getOrCreateSubscriptionId in interface IMobileAppManagerSPI
        Parameters:
        userId - the user identifier.
        websiteId - the website identifier.
        Returns:
        the subscription identifier (null if there isn't one) of the given user user in the given website.