Package-level declarations
Functions
Demonstrates how to use built-in user engagement features provided by the TWS SDK.
Demonstrates how to use a custom TWSViewInterceptor
with TWSView
to intercept URL loading. By implementing the interceptUrlCallback
, you can override the default web page loading behavior and open your native application flow (e.g., navigate to a specific screen in your app).
Demonstrates how to use TWSView
with custom properties (props
) defined in the TWSSnippet
. The props
field in the TWSSnippet
allows you to attach custom metadata to a snippet in JSON format. These properties can be used for various purposes, such as configuring the behavior of your app or providing additional context to your view.
Demonstrates how to dynamically inject external resources into a TWSView
using the dynamicResources
property.
Demonstrates how to use the Mustache
engine with TWSView
in combination with local properties on the snippet.
Demonstrates how to handle web permissions and file upload/download natively within TWSView
.