toolkit / com.sas.android.visualanalytics.sdk / SASManager / Result
Result
sealed class Result
Encapsulates the result of an attempt to create a connection.
Parameters
descriptor -
the ConnectionDescriptor describing the connection.
state -
an object indicating the state or cause of the result.
Since 8.31
Types
| Failure | class Failure : SASManager.ResultA Result indicating that the connection could not be created. |
| Success | class Success : SASManager.ResultA Result indicating that the connection was successfully created. |
Properties
| descriptor | val descriptor: ConnectionDescriptor |
the ConnectionDescriptor describing the connection.<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> |
Inheritors
| Failure | class Failure : SASManager.ResultA Result indicating that the connection could not be created. |
| Success | class Success : SASManager.ResultA Result indicating that the connection was successfully created. |