TealiumResult
Result class to support compatibility with Java
Properties
Functions
Link copied to clipboard
Gets the exception, if it was a failure, or null if it was successful
Link copied to clipboard
Gets the result, if successful, or throws an exception if it was a failure
Link copied to clipboard
Executes the given action when the TealiumResult was a failure.
Executes the given block when the TealiumResult was a failure.
Link copied to clipboard
Executes the given action when the TealiumResult was a success.
Executes the given block when the TealiumResult was a success.