Result returned from the initial call to save an account linking token that includes a
PendingIntent
that can be used to continue the flow.
Inherited Constant Summary
Public Method Summary
boolean | |
PendingIntent |
getPendingIntent()
Returns the
PendingIntent
that can be used to launch the flow.
|
boolean |
hasResolution()
Returns
true if and only if this result contains a resolution that
needs to be launched.
|
int |
hashCode()
|
void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
public PendingIntent getPendingIntent ()
Returns the PendingIntent
that can be used to launch the flow. Note that this method can return a
null
value if such flow cannot be started. It is expected that the caller
first calls
hasResolution()
to make sure the flow can be started, instead of examining
the nullness of the result returned by this method.
public boolean hasResolution ()
Returns true
if and only if this result contains a resolution that
needs to be launched.