Package com.adobe.marketing.mobile
Class SharedStateResult
-
- All Implemented Interfaces:
public class SharedStateResultContains the status and value for a given shared state
-
-
Constructor Summary
Constructors Constructor Description SharedStateResult(SharedStateStatus status, Map<String, Object> value)Creates a new shared state result with given status and value
-
Method Summary
Modifier and Type Method Description SharedStateStatusgetStatus()Returns the SharedStateStatus. Map<String, Object>getValue()Returns the shared state. -
-
Constructor Detail
-
SharedStateResult
SharedStateResult(SharedStateStatus status, Map<String, Object> value)
Creates a new shared state result with given status and value- Parameters:
status- status of the shared statevalue- value of the shared state
-
-
Method Detail
-
getStatus
@NonNull() SharedStateStatus getStatus()
Returns the SharedStateStatus.
-
-
-
-