RnActionBreadcrumb

public class RnActionBreadcrumb implements Breadcrumb

Breadcrumb that represents the dispatched actions from your state managment.

Functions

Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public long getEndTime()
Link copied to clipboard
public String getName()
Link copied to clipboard
public String getOutput()
Link copied to clipboard
public Map<String, Object> getProperties()
Link copied to clipboard
public abstract long getStartTime()
public long getStartTime()
Gets the timestamp of the event.
Link copied to clipboard
public static String getValidRnBreadcrumbOutputName()
Method that return the valid outcomes
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public static boolean validateRnBreadcrumbOutputName(@NonNull() String output)
Method that validate the output is valid

Properties

Link copied to clipboard
@SerializedName(value = "en")
public long endTime
The timestamp at which the action ended.
Link copied to clipboard
@SerializedName(value = "n")
public final String name
The action name
Link copied to clipboard
@SerializedName(value = "o")
public String output
The output message SUCCESS | FAIL | INCOMPLETE
Link copied to clipboard
@SerializedName(value = "p")
public Map<String, Object> properties
This object is for extra properties / data that was not cover with the already defined properties
Link copied to clipboard
@SerializedName(value = "st")
public final long startTime
The timestamp at which the action started.