Uses of Class
com.parse.FunctionCallback

Uses of FunctionCallback in com.parse
 

Methods in com.parse with parameters of type FunctionCallback
static
<T> void
ParseCloud.callFunctionInBackground(String name, Map<String,?> params, FunctionCallback<T> callback)
          Calls a cloud function in the background.