Publisher API response status on partial execution and wants all status types

BA6323
Hello,

I need callback status values for all conditions. Just like failed, sucess
Please provide me all possible status which cames from the callback function

// Register an (optional) callback.
kite.finished(function(status, request_token) {
alert("Finished. Status is " + status);
});
Sign In or Register to comment.