Link

toolkit / com.sas.android.visualanalytics.sdk.model / Server / Result

Result

sealed class Result

Describes the result of a report subscribe operation.

Types

Failure class Failure : Server.Result
A Result indicating that the report could not be subscribed to.
Success class Success : Server.Result
A Result indicating that the report was successfully subscribed.

Properties

path val path: String?
    the file system path, if specified, to the report on the server.<br>```
<br> |
| [state](state.html) | `val state: `[`Any`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)

an object indicating the state or cause of the result.<br>``` <br> | | [uri](uri.html) | `val uri: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?`

the URI, if specified, of the report on the server.<br>
|

Functions

toString open fun toString(): String

Inheritors

Failure class Failure : Server.Result
A Result indicating that the report could not be subscribed to.
Success class Success : Server.Result
A Result indicating that the report was successfully subscribed.