Package io.seald.seald_sdk
Class ActionStatus
-
- All Implemented Interfaces:
public final class ActionStatusRepresents the status of an operation on single user/device.
-
-
Constructor Summary
Constructors Constructor Description ActionStatus(Boolean success, String errorCode, String result)
-
Method Summary
Modifier and Type Method Description final BooleangetSuccess()The status of the action: true if succeeded, false otherwise. final StringgetErrorCode()An error message, or an empty string. final StringgetResult()The result of the action. -
-
Method Detail
-
getSuccess
final Boolean getSuccess()
The status of the action: true if succeeded, false otherwise.
-
getErrorCode
final String getErrorCode()
An error message, or an empty string.
-
-
-
-