javadoc & sendMessage
Sorry - no expert. Where can I download the javadoc file? SendMessage is depreciated - where can I find the new routine? Thanks ...
I must admit that I also struggled a bit to find the instructions how to move from the deprecated to the new methods. I think that for most the problem is that the newest "How to update" post in the wiki is on the end of the page, not at top of the page.
Here is the post from the wiki at How To Update: To version 3.2
So for example
SendMessage sm = new SendMessage();
//TODO: add your code
execute(sm);
thank you
worked fine! Did I miss something with JavaDoc or any other suggestion to use executeAsync? Thank you very much .. Basically all is working
This information should maybe be added to the @deprectated annotations.
Thank you
@stefan-kolb It was added to the How-To-Update guide.
So... for information ... Why are they became depricated? What was the problem?
Just to simplify the API since internally they were already callling same code. Now all those request can be done calling execute or executeAsync
So where are the javadocs? I couldn't find them.
where can I find how to male payments ?