A B C D E F G H I K L M N O P R S T U V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCallback - Interface in com.github.stormbit.sdk.callbacks
-
Created by PeterSamokhin on 28/09/2017 21:59 Updated by RomanBoycov on 03/04/2020 19:40
- addBytesPart(String, String, byte[]) - Method in class com.github.stormbit.sdk.utils.web.MultipartUtility
-
Adds a upload file section to the request
- addFilePart(String, File) - Method in class com.github.stormbit.sdk.utils.web.MultipartUtility
-
Adds a upload file section to the request
- addUser(Integer, Callback<Object>...) - Method in class com.github.stormbit.sdk.objects.Chat
- api() - Method in class com.github.stormbit.sdk.clients.Client
-
Get API for making requests
- API - Class in com.github.stormbit.sdk.utils.vkapi
-
Simple interacting with VK API
- API(Client) - Constructor for class com.github.stormbit.sdk.utils.vkapi.API
-
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
- API(Auth) - Constructor for class com.github.stormbit.sdk.utils.vkapi.API
-
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
- attachments(String...) - Method in class com.github.stormbit.sdk.objects.Message
-
Message attachments
- AUDIO_MESSAGE - com.github.stormbit.sdk.utils.vkapi.docs.DocTypes
- auth() - Method in class com.github.stormbit.sdk.utils.vkapi.Auth
- Auth - Class in com.github.stormbit.sdk.utils.vkapi
- Auth(String, String) - Constructor for class com.github.stormbit.sdk.utils.vkapi.Auth
- authorId() - Method in class com.github.stormbit.sdk.objects.Message
B
- Bot - Class in com.github.stormbit.sdk.example
- Bot() - Constructor for class com.github.stormbit.sdk.example.Bot
C
- call(Callback<Object>, String, Object...) - Method in class com.github.stormbit.sdk.utils.vkapi.API
-
Call to VK API
- call(String, Object, Callback<Object>) - Method in class com.github.stormbit.sdk.utils.vkapi.API
-
Call to VK API
- Call - Class in com.github.stormbit.sdk.utils.vkapi.calls
-
Abstract class for backward compatibility
- Call() - Constructor for class com.github.stormbit.sdk.utils.vkapi.calls.Call
- CallAsync - Class in com.github.stormbit.sdk.utils.vkapi.calls
-
Deserialized class of call to vk api using execute method
- CallAsync(String, JSONObject, Callback<Object>) - Constructor for class com.github.stormbit.sdk.utils.vkapi.calls.CallAsync
- Callback<T> - Interface in com.github.stormbit.sdk.callbacks
-
For all callbacks compatibility.
- CallbackDouble<T,R> - Interface in com.github.stormbit.sdk.callbacks
-
Created by PeterSamokhin on 29/09/2017 00:54
- CallbackFourth<P,D,R,S> - Interface in com.github.stormbit.sdk.callbacks
-
Created by PeterSamokhin on 29/09/2017 00:57
- CallbackTriple<T,M,R> - Interface in com.github.stormbit.sdk.callbacks
-
Created by PeterSamokhin on 29/09/2017 00:27
- callSync(String, Client, Object...) - Method in class com.github.stormbit.sdk.utils.vkapi.API
-
Call to VK API
- callSync(String, Object, Client) - Method in class com.github.stormbit.sdk.utils.vkapi.API
-
Call to VK API
- CallSync - Class in com.github.stormbit.sdk.utils.vkapi.calls
-
Deserialized class of call to vk api using execute method
- CallSync(String, JSONObject) - Constructor for class com.github.stormbit.sdk.utils.vkapi.calls.CallSync
- chat(Integer) - Method in class com.github.stormbit.sdk.clients.Client
- Chat - Class in com.github.stormbit.sdk.objects
-
Created by PeterSamokhin on 29/09/2017 02:49 Updated by Stormbit on 10/04/2020 16:37
- Chat(Client, Integer) - Constructor for class com.github.stormbit.sdk.objects.Chat
- CHAT_PREFIX - Static variable in class com.github.stormbit.sdk.objects.Chat
- chatId() - Method in class com.github.stormbit.sdk.objects.Message
- Client - Class in com.github.stormbit.sdk.clients
-
Main client class, that contains all necessary methods and fields for base work with VK and longpoll server
- Client.Command - Class in com.github.stormbit.sdk.clients
-
Command object
- close(URLConnection) - Static method in class com.github.stormbit.sdk.utils.Utils
- closeQuietly(Closeable) - Static method in class com.github.stormbit.sdk.utils.Utils
- closeQuietly(OutputStream) - Static method in class com.github.stormbit.sdk.utils.Utils
- codeForExecute(Call) - Method in class com.github.stormbit.sdk.utils.vkapi.Executor
-
Method that makes string in json format from call object.
- com.github.stormbit.sdk.callbacks - package com.github.stormbit.sdk.callbacks
- com.github.stormbit.sdk.clients - package com.github.stormbit.sdk.clients
- com.github.stormbit.sdk.example - package com.github.stormbit.sdk.example
- com.github.stormbit.sdk.exceptions - package com.github.stormbit.sdk.exceptions
- com.github.stormbit.sdk.longpoll - package com.github.stormbit.sdk.longpoll
- com.github.stormbit.sdk.longpoll.responses - package com.github.stormbit.sdk.longpoll.responses
- com.github.stormbit.sdk.objects - package com.github.stormbit.sdk.objects
- com.github.stormbit.sdk.utils - package com.github.stormbit.sdk.utils
- com.github.stormbit.sdk.utils.vkapi - package com.github.stormbit.sdk.utils.vkapi
- com.github.stormbit.sdk.utils.vkapi.calls - package com.github.stormbit.sdk.utils.vkapi.calls
- com.github.stormbit.sdk.utils.vkapi.docs - package com.github.stormbit.sdk.utils.vkapi.docs
- com.github.stormbit.sdk.utils.web - package com.github.stormbit.sdk.utils.web
- Command(Object[], Callback<Message>) - Constructor for class com.github.stormbit.sdk.clients.Client.Command
- Command(Object, Callback<Message>) - Constructor for class com.github.stormbit.sdk.clients.Client.Command
- Command(List<?>, Callback<Message>) - Constructor for class com.github.stormbit.sdk.clients.Client.Command
- commands - Variable in class com.github.stormbit.sdk.clients.Client
- Connection - Class in com.github.stormbit.sdk.utils.web
-
Web work: get and post requests
- Connection() - Constructor for class com.github.stormbit.sdk.utils.web.Connection
- copy(InputStream, OutputStream) - Static method in class com.github.stormbit.sdk.utils.Utils
- copy(InputStream, OutputStream, int) - Static method in class com.github.stormbit.sdk.utils.Utils
- copyInputStreamToFile(InputStream, File) - Static method in class com.github.stormbit.sdk.utils.Utils
- copyLarge(InputStream, OutputStream) - Static method in class com.github.stormbit.sdk.utils.Utils
- copyLarge(InputStream, OutputStream, byte[]) - Static method in class com.github.stormbit.sdk.utils.Utils
- copyToFile(InputStream, File) - Static method in class com.github.stormbit.sdk.utils.Utils
- copyURLToFile(URL, File, int, int) - Static method in class com.github.stormbit.sdk.utils.Utils
D
- deletePhoto(Callback<Object>...) - Method in class com.github.stormbit.sdk.objects.Chat
- doc(String) - Method in class com.github.stormbit.sdk.objects.Message
-
Synchronous adding doc to the message
- doc(String, DocTypes) - Method in class com.github.stormbit.sdk.objects.Message
-
Synchronous adding doc to the message
- DOC - com.github.stormbit.sdk.utils.vkapi.docs.DocTypes
- docAsync(String) - Method in class com.github.stormbit.sdk.objects.Message
-
Attach doc to message
- docAsync(String, DocTypes) - Method in class com.github.stormbit.sdk.objects.Message
-
Attach doc to message
- docFromBytes(byte[], DocTypes, String) - Method in class com.github.stormbit.sdk.objects.Message
- DocTypes - Enum in com.github.stormbit.sdk.utils.vkapi.docs
-
Types of docs
E
- editTitle(String, Callback<Object>...) - Method in class com.github.stormbit.sdk.objects.Chat
- enableLoggingUpdates(boolean) - Method in class com.github.stormbit.sdk.clients.Client
-
If true, all updates from longpoll server will be logged to level 'INFO'
- enableLoggingUpdates(boolean) - Method in class com.github.stormbit.sdk.longpoll.LongPoll
- enableTyping(boolean) - Method in class com.github.stormbit.sdk.clients.Client
-
If the client need to start typing after receiving message and until client's message is sent
- enableTyping(boolean) - Method in class com.github.stormbit.sdk.longpoll.LongPoll
-
If the client need to start typing after receiving message and until client's message is sent
- equals(Object) - Method in class com.github.stormbit.sdk.utils.vkapi.calls.CallAsync
- equals(Object) - Method in class com.github.stormbit.sdk.utils.vkapi.calls.CallSync
- execute(User, CallSync...) - Method in class com.github.stormbit.sdk.utils.vkapi.API
-
Execute float count of calls, up to 25
- execute(CallAsync) - Method in class com.github.stormbit.sdk.utils.vkapi.Executor
-
Method that puts all requests in a queue.
- execute(CallAsync...) - Method in class com.github.stormbit.sdk.utils.vkapi.API
-
Execute float count of calls, up to 25
- execute(String, User) - Method in class com.github.stormbit.sdk.utils.vkapi.API
-
Call to 'execute' method, because can not call API.execute inside execute.
- Executor - Class in com.github.stormbit.sdk.utils.vkapi
-
Best way to use VK API: you can call up to 25 vk api methods by call execute once Because without execute you only can call up to 3 methods per second
- Executor(Auth) - Constructor for class com.github.stormbit.sdk.utils.vkapi.Executor
- explodeQuery(String) - Static method in class com.github.stormbit.sdk.utils.Utils
-
Convert params query to map
F
- finish() - Method in class com.github.stormbit.sdk.utils.web.MultipartUtility
-
Completes the request and receives response from the server.
- forwardedMessages(Object...) - Method in class com.github.stormbit.sdk.objects.Message
-
IDs of forwarded messages
- from(Client) - Method in class com.github.stormbit.sdk.objects.Message
-
Your client with id, access token
G
- get_auth() - Method in class com.github.stormbit.sdk.clients.Client
- get_hash(Auth, String) - Static method in class com.github.stormbit.sdk.utils.Utils
- getAttachments() - Method in class com.github.stormbit.sdk.objects.Message
-
Get attachments from message
- getBiggestPhotoUrl(JSONArray) - Method in class com.github.stormbit.sdk.objects.Message
- getCallback() - Method in class com.github.stormbit.sdk.clients.Client.Command
- getCallback() - Method in class com.github.stormbit.sdk.utils.vkapi.calls.CallAsync
- getChatIdLong() - Method in class com.github.stormbit.sdk.objects.Message
- getChatInfo(Callback<JSONObject>) - Method in class com.github.stormbit.sdk.objects.Chat
- getCommands() - Method in class com.github.stormbit.sdk.clients.Client.Command
- getCountOfAttachmentsByType() - Method in class com.github.stormbit.sdk.objects.Message
-
Method helps to identify kind of message
- getFlags() - Method in class com.github.stormbit.sdk.objects.Message
- getForwardedMessages() - Method in class com.github.stormbit.sdk.objects.Message
- getId() - Method in class com.github.stormbit.sdk.clients.Client
- getKey() - Method in class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
- GetLongPollServerResponse - Class in com.github.stormbit.sdk.longpoll.responses
-
Deserialized object of VK response
- GetLongPollServerResponse(String, String, Integer) - Constructor for class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
-
VK response without pts (more: link
- GetLongPollServerResponse(String, String, Integer, Integer) - Constructor for class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
-
VK response with pts (more: link
- getMessageId() - Method in class com.github.stormbit.sdk.objects.Message
- getMethodName() - Method in class com.github.stormbit.sdk.utils.vkapi.calls.Call
- getParams() - Method in class com.github.stormbit.sdk.utils.vkapi.calls.Call
- getPhotos() - Method in class com.github.stormbit.sdk.objects.Message
- getPts() - Method in class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
- getRandomId() - Method in class com.github.stormbit.sdk.objects.Message
- getRequestResponse(String) - Static method in class com.github.stormbit.sdk.utils.web.Connection
-
Make GET-request
- getServer() - Method in class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
- getText() - Method in class com.github.stormbit.sdk.objects.Message
- getTimestamp() - Method in class com.github.stormbit.sdk.objects.Message
- getTitle() - Method in class com.github.stormbit.sdk.objects.Message
- getTs() - Method in class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
- getType() - Method in enum com.github.stormbit.sdk.utils.vkapi.docs.DocTypes
- getUsers(String, Callback<JSONArray>) - Method in class com.github.stormbit.sdk.objects.Chat
- getVoiceMessage() - Method in class com.github.stormbit.sdk.objects.Message
- GRAFFITI - com.github.stormbit.sdk.utils.vkapi.docs.DocTypes
- guessFileNameByContentType(String) - Static method in class com.github.stormbit.sdk.utils.Utils
H
I
- isAudioMessage() - Method in class com.github.stormbit.sdk.objects.Message
- isDocMessage() - Method in class com.github.stormbit.sdk.objects.Message
- isGifMessage() - Method in class com.github.stormbit.sdk.objects.Message
- isLinkMessage() - Method in class com.github.stormbit.sdk.objects.Message
- isMessageFromChat() - Method in class com.github.stormbit.sdk.objects.Message
- isPhotoMessage() - Method in class com.github.stormbit.sdk.objects.Message
- isSimpleTextMessage() - Method in class com.github.stormbit.sdk.objects.Message
- isStickerMessage() - Method in class com.github.stormbit.sdk.objects.Message
- isVideoMessage() - Method in class com.github.stormbit.sdk.objects.Message
- isVoiceMessage() - Method in class com.github.stormbit.sdk.objects.Message
- isWallMessage() - Method in class com.github.stormbit.sdk.objects.Message
K
- kickUser(Integer, Callback<Object>...) - Method in class com.github.stormbit.sdk.objects.Chat
L
- LOG_REQUESTS - Static variable in class com.github.stormbit.sdk.utils.vkapi.Executor
- longPoll() - Method in class com.github.stormbit.sdk.clients.Client
-
Get longpoll of current client
- LongPoll - Class in com.github.stormbit.sdk.longpoll
-
com.petersamokhin.bots.sdk.Main class for work with VK longpoll server More: link
- LongPoll(Client) - Constructor for class com.github.stormbit.sdk.longpoll.LongPoll
-
Simple default constructor that requires only access token
- LongPoll(Client, Integer, Integer, Double, Integer, Integer) - Constructor for class com.github.stormbit.sdk.longpoll.LongPoll
-
Custom constructor
M
- main(String[]) - Static method in class com.github.stormbit.sdk.example.Bot
- MapToURLParamsQuery(Object) - Static method in class com.github.stormbit.sdk.utils.Utils
-
Convert to URL params query
- Message - Class in com.github.stormbit.sdk.objects
-
Message object for both (received and sent) messages
- Message() - Constructor for class com.github.stormbit.sdk.objects.Message
-
Constructor for sent message
- Message(Client, Integer, Integer, Integer, Integer, String, JSONObject, Integer) - Constructor for class com.github.stormbit.sdk.objects.Message
-
Constructor for received message
- messageType() - Method in class com.github.stormbit.sdk.objects.Message
-
Get the type of message
- methodName - Variable in class com.github.stormbit.sdk.utils.vkapi.calls.Call
- MultipartUtility - Class in com.github.stormbit.sdk.utils.web
-
OkHttp sending byte[] array not works with vk Using this.
- MultipartUtility(String) - Constructor for class com.github.stormbit.sdk.utils.web.MultipartUtility
-
This constructor initializes a new HTTP POST request with content type is set to multipart/form-data
N
- NotValidAuthorization - Exception in com.github.stormbit.sdk.exceptions
- NotValidAuthorization(String) - Constructor for exception com.github.stormbit.sdk.exceptions.NotValidAuthorization
O
- off() - Method in class com.github.stormbit.sdk.longpoll.LongPoll
-
If you need to set new longpoll server, or restart listening off old before.
- onAudioMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onChatCreated(CallbackTriple<String, Integer, Integer>) - Method in class com.github.stormbit.sdk.clients.Client
- onChatJoin(CallbackTriple<Integer, Integer, Integer>) - Method in class com.github.stormbit.sdk.clients.Client
- onChatLeave(CallbackTriple<Integer, Integer, Integer>) - Method in class com.github.stormbit.sdk.clients.Client
- onChatMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onChatPhotoChanged(CallbackTriple<JSONObject, Integer, Integer>) - Method in class com.github.stormbit.sdk.clients.Client
- onChatPhotoRemoved(CallbackDouble<Integer, Integer>) - Method in class com.github.stormbit.sdk.clients.Client
- onChatTitleChanged(CallbackFourth<String, String, Integer, Integer>) - Method in class com.github.stormbit.sdk.clients.Client
- onCommand(Callback<Message>, Object...) - Method in class com.github.stormbit.sdk.clients.Client
- onCommand(Object[], Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onCommand(Object, Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onCommand(List<?>, Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onDocMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onEvent(P, D, R, S) - Method in interface com.github.stormbit.sdk.callbacks.CallbackFourth
- onEvent(T, M, R) - Method in interface com.github.stormbit.sdk.callbacks.CallbackTriple
- onEvent(T, R) - Method in interface com.github.stormbit.sdk.callbacks.CallbackDouble
- onEveryMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onFriendOffline(CallbackDouble<Integer, Integer>) - Method in class com.github.stormbit.sdk.clients.Client
- onFriendOnline(CallbackDouble<Integer, Integer>) - Method in class com.github.stormbit.sdk.clients.Client
- onGifMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onLinkMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onLongPollEvent(Callback<JSONArray>) - Method in class com.github.stormbit.sdk.clients.Client
- onMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onMessageWithFwds(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onPhotoMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onResult(T) - Method in interface com.github.stormbit.sdk.callbacks.Callback
- onSimpleTextMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onStickerMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onTyping(Callback<Integer>) - Method in class com.github.stormbit.sdk.clients.Client
- onVideoMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onVoiceMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- onWallMessage(Callback<Message>) - Method in class com.github.stormbit.sdk.clients.Client
- openOutputStream(File) - Static method in class com.github.stormbit.sdk.utils.Utils
- openOutputStream(File, boolean) - Static method in class com.github.stormbit.sdk.utils.Utils
P
- params - Variable in class com.github.stormbit.sdk.utils.vkapi.calls.Call
- paramsToString(Object...) - Static method in class com.github.stormbit.sdk.utils.Utils
-
Params from varargs: ["user_id", 62802565] to "&user_id=62802565"
- photo(String) - Method in class com.github.stormbit.sdk.objects.Message
-
Synchronous adding photo to the message
- photoAsync(String) - Method in class com.github.stormbit.sdk.objects.Message
-
Attach photo to message
- postRequestResponse(String, String) - Static method in class com.github.stormbit.sdk.utils.web.Connection
-
Make POST-request
- pts - Variable in class com.github.stormbit.sdk.longpoll.LongPoll
- putUnique(Map<K, V>, K, V) - Static method in class com.github.stormbit.sdk.utils.vkapi.Auth
R
- randomId(Integer) - Method in class com.github.stormbit.sdk.objects.Message
-
Message random_id
- regex_search(String, String, int) - Static method in class com.github.stormbit.sdk.utils.Utils
- registerAbstractCallback(String, AbstractCallback) - Method in class com.github.stormbit.sdk.longpoll.LongPoll
-
Add callback to the map
- registerCallback(String, Callback) - Method in class com.github.stormbit.sdk.longpoll.LongPoll
-
Add callback to the map
- registerChatCallback(String, AbstractCallback) - Method in class com.github.stormbit.sdk.longpoll.LongPoll
-
Add callback to the map
- run() - Method in class com.github.stormbit.sdk.longpoll.UpdatesHandler
S
- scheduler - Static variable in class com.github.stormbit.sdk.clients.Client
- send(Callback<Object>...) - Method in class com.github.stormbit.sdk.objects.Message
-
Send the message
- sendVoiceMessage(String, Callback<Object>...) - Method in class com.github.stormbit.sdk.objects.Message
-
Send voice message
- service - Static variable in class com.github.stormbit.sdk.clients.Client
- session - Variable in class com.github.stormbit.sdk.utils.vkapi.Auth
- setAccessToken(String) - Method in class com.github.stormbit.sdk.objects.Message
- setChatId(Integer) - Method in class com.github.stormbit.sdk.objects.Message
- setChatIdLong(Integer) - Method in class com.github.stormbit.sdk.objects.Message
- setId(Integer) - Method in class com.github.stormbit.sdk.clients.Client
- setKey(String) - Method in class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
- setLongPoll(LongPoll) - Method in class com.github.stormbit.sdk.clients.Client
- setPhoto(String, Callback<Object>) - Method in class com.github.stormbit.sdk.objects.Chat
- setPts(Integer) - Method in class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
- setServer(String) - Method in class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
- setTimeout(Runnable, int) - Static method in class com.github.stormbit.sdk.utils.Utils
-
Analog of JS setTimeout
- setTitle(String) - Method in class com.github.stormbit.sdk.objects.Message
- setTs(Integer) - Method in class com.github.stormbit.sdk.longpoll.responses.GetLongPollServerResponse
- sizeOfFile(String, String) - Static method in class com.github.stormbit.sdk.utils.Utils
-
Calculcating size of file in url
- sticker(Integer) - Method in class com.github.stormbit.sdk.objects.Message
-
ID of sticker, only for user tokens
T
- text(Object) - Method in class com.github.stormbit.sdk.objects.Message
-
Message text
- title(Object) - Method in class com.github.stormbit.sdk.objects.Message
-
Message title (bold text)
- to(Integer) - Method in class com.github.stormbit.sdk.objects.Message
-
ID of target dialog
- toByteArray(InputStream) - Static method in class com.github.stormbit.sdk.utils.Utils
- toByteArray(URL) - Static method in class com.github.stormbit.sdk.utils.Utils
- toByteArray(URLConnection) - Static method in class com.github.stormbit.sdk.utils.Utils
- toQueryString(Object) - Static method in class com.github.stormbit.sdk.utils.Utils
-
Arrays and lists to comma separated string
- toString() - Method in class com.github.stormbit.sdk.clients.Client
- toString() - Method in class com.github.stormbit.sdk.objects.Message
- toString() - Method in class com.github.stormbit.sdk.utils.vkapi.calls.Call
- toString() - Method in class com.github.stormbit.sdk.utils.vkapi.calls.CallSync
U
- UpdatesHandler - Class in com.github.stormbit.sdk.longpoll
-
Class for handling all updates in other thread
- uploadDoc(JSONObject, Callback<Object>) - Method in class com.github.stormbit.sdk.objects.Message
-
Async uploading doc
- uploadPhoto(String, Callback<Object>) - Method in class com.github.stormbit.sdk.objects.Message
-
Async uploading photos
- URL - Static variable in class com.github.stormbit.sdk.utils.Utils
- User - Class in com.github.stormbit.sdk.clients
-
User client, that contains important methods to work with users Not need now to put methods there: use API.call
- User(String, String, int) - Constructor for class com.github.stormbit.sdk.clients.User
-
Default constructor
- USER_AGENT - Variable in class com.github.stormbit.sdk.utils.vkapi.Auth
- Utils - Class in com.github.stormbit.sdk.utils
-
Utils class with useful methods
- Utils() - Constructor for class com.github.stormbit.sdk.utils.Utils
V
- valueOf(String) - Static method in enum com.github.stormbit.sdk.utils.vkapi.docs.DocTypes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.stormbit.sdk.utils.vkapi.docs.DocTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version - Static variable in class com.github.stormbit.sdk.utils.Utils
_
A B C D E F G H I K L M N O P R S T U V _All Classes All Packages