Table of Contents

OnFail

Methods
public LoginOperation OnFail(Action<LoginOperationError> action)

Specify an action to perform if the operation fails (LoginOperation.HasFailed becomes true).

Parameters
Type Name Description
Action<LoginOperationError> action

Reference to a function to execute if and when the operation has failed.

Returns
Type Description
LoginOperation