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.ResultA Result indicating that the report could not be subscribed to. |
| Success | class Success : Server.ResultA Result indicating that the report was successfully subscribed. |
Properties
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
Inheritors
| Failure | class Failure : Server.ResultA Result indicating that the report could not be subscribed to. |
| Success | class Success : Server.ResultA Result indicating that the report was successfully subscribed. |