|
Method DetailaddDevice() Adds the active device to the PWA Since: 12-09-2021 createManifest(Payload payload) Creates the manifest the payload provided.
Parameters:
Since: 10-14-2021 String getAction() Returns the default action. Returns: String Since: 10-14-2021 String getExpiredUrl() Returns the url for session expiration. Returns: String Since: 10-14-2021 String getManifestLink() Returns the manifest URL. This returns a unique manifest URL that should be used in the manifest link tag. Returns: String Since: 10-14-2021 String getScope() Returns the scope of this PWA Returns: String Since: 10-14-2021 String getWorkflow() Returns the console workflow. Returns: String Since: 10-14-2021 boolean hasDevice() Returns true if this device is registered with the PWA Returns: boolean Since: 12-09-2021 boolean isEnabled() Returns true if enabled. Returns: boolean Since: 10-14-2021 removeDevice() Removes the active device from the PWA Since: 12-09-2021 setAction(String action) Sets the default action.
Parameters:
Since: 10-14-2021 setEnabled(boolean enabled) Sets whether this is enabled. If not enabled, the user cannot access this pal from the installation without logging in.
Parameters:
Since: 10-14-2021 setExpiredUrl(String expiredUrl) Sets the url to use when a session is expired.
Parameters:
Since: 10-14-2021 setWorkflow(String workflow) Sets the console workflow to use.
Parameters:
Since: 10-14-2021 String toString() Returns a description of this object. Returns: String Since: 10-14-2021 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |