FB.PendingResult

Description

Structure in which to store pending result of a Facebook API call for a batch operation. Before BatchSequencer.Execute completes, the parameter result and exception are not set.

Methods

setPendingResult(Object result,  Error exception)

After a result has been obtained, sets the result and/or exception depending on the result.

Properties

Error  exception

Exception information in case of failure.

Properties