Uses of Class
com.github.stormbit.sdk.clients.Client
-
Packages that use Client Package Description com.github.stormbit.sdk.clients com.github.stormbit.sdk.longpoll com.github.stormbit.sdk.objects com.github.stormbit.sdk.utils.vkapi -
-
Uses of Client in com.github.stormbit.sdk.clients
Subclasses of Client in com.github.stormbit.sdk.clients Modifier and Type Class Description classUserUser client, that contains important methods to work with users Not need now to put methods there: use API.call -
Uses of Client in com.github.stormbit.sdk.longpoll
Constructors in com.github.stormbit.sdk.longpoll with parameters of type Client Constructor Description LongPoll(Client client)Simple default constructor that requires only access tokenLongPoll(Client client, Integer need_pts, Integer version, Double API, Integer wait, Integer mode)Custom constructor -
Uses of Client in com.github.stormbit.sdk.objects
Methods in com.github.stormbit.sdk.objects with parameters of type Client Modifier and Type Method Description MessageMessage. from(Client client)Your client with id, access tokenConstructors in com.github.stormbit.sdk.objects with parameters of type Client Constructor Description Chat(Client client, Integer chatId)Message(Client client, Integer messageId, Integer flags, Integer peerId, Integer timestamp, String text, org.json.JSONObject attachments, Integer randomId)Constructor for received message -
Uses of Client in com.github.stormbit.sdk.utils.vkapi
Methods in com.github.stormbit.sdk.utils.vkapi with parameters of type Client Modifier and Type Method Description org.json.JSONObjectAPI. callSync(String method, Client user, Object... params)Call to VK APIorg.json.JSONObjectAPI. callSync(String method, Object params, Client user)Call to VK APIConstructors in com.github.stormbit.sdk.utils.vkapi with parameters of type Client Constructor Description API(Client client)Get the token from client todo Not all methods available with group tokens, and few methods available without token todo Need to make client with both tokens, or any another conclusion
-