STWTemplates Api
Functions
Adds a template to the list of favorite templates. The new favorite template is always added at the first position in favorite list.
Changes the order of favorite list. The new order will be synchronized with other client Apps.
Gets the full list of templates that matching the keyword.
Gets the full list of templates that matching the keyword.
Gets the full list of templates that matching the keyword.
Gets the template icon as Bitmap.
Gets the list of user favorite templates. And it should be called only from a coroutine or another suspend function.
Gets the list of user favorite templates.
Gets the list of templates recently used to create processes. The list size of resent templates is limited to maximum count configurable on backend side.
Gets the list of templates recently used to create processes. The list size of resent templates is limited to maximum count configurable on backend side.
Gets the list of templates recently used to create processes. The list size of resent templates is limited to maximum count configurable on backend side.
Gets the STWTemplate having the given templateUUID.
Gets the list of templates categories. and it should be called only from a coroutine or another suspend function
Gets the list of templates categories.
Gets the list of templates categories.
Gets a template category having the given categoryUUID. This method return null if the given categoryUUID is empty or the corresponding category is not found.
Gets the template icon Uri. There is Three types of template icon
Checks the availability of template. If the last version of template is not available, a download operation will be forced.
Removes a template from the list of favorite templates.
Inherited functions
Subscribes to the specific eventTypes of the client.
Subscribes to the specific eventTypes of the client, in the lifecycle of lifecycleOwner.
Subscribes to the specific eventTypes of the client with additional filter.
Subscribes to the specific eventTypes of the client with additional filter, in the lifecycle of lifecycleOwner.
Subscribes for the next event with the given eventType.