Class IosHomeScreenApp.Builder

    • Method Detail

      • bundleID

        public IosHomeScreenApp.Builder bundleID​(String bundleID)
        “BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true.”
        Parameters:
        bundleID - value of bundleID property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • isWebClip

        public IosHomeScreenApp.Builder isWebClip​(Boolean isWebClip)
        “When true, the bundle ID will be handled as a URL for a web clip.”
        Parameters:
        isWebClip - value of isWebClip property (as defined in service metadata)
        Returns:
        this (for method chaining)