public final class

WorkflowCancellation

extends Object
java.lang.Object
   ↳ com.amazon.identity.auth.device.workflow.WorkflowCancellation

Class Overview

If an interactive workflow is cancelled from the Login With Amazon SDK's perspective, ERROR(/InternalInteractiveListener#onRequestCancel) will be called, returning an instance of this type. Currently, no data is provided as part of cancellation.

Summary

Nested Classes
enum WorkflowCancellation.Cause  
Public Constructors
WorkflowCancellation(Bundle bundle)
WorkflowCancellation(WorkflowCancellation.Cause cause, String description)
Public Methods
boolean equals(Object obj)
WorkflowCancellation.Cause getCause()
String getDescription()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WorkflowCancellation (Bundle bundle)

public WorkflowCancellation (WorkflowCancellation.Cause cause, String description)

Public Methods

public boolean equals (Object obj)

public WorkflowCancellation.Cause getCause ()

public String getDescription ()

public int hashCode ()

public String toString ()