A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
E
- E() - function in com.discord.api.channel.Channel
- e() - function in com.discord.api.channel.Channel
- e() - function in com.discord.api.user.User
- e() - function in com.discord.api.user.UserProfile
- enablePlugin(java.lang.String) - function in com.aliucord.PluginManager
- Enables a loaded plugin if it isn't already enabled
- endBatchEdit() - function in android.widget.TextView
- endViewTransition(android.view.View) - function in android.view.ViewGroup
- endViewTransition(android.view.View) - function in android.view.ViewGroup
- equals(Object) - function in androidx.fragment.app.Fragment
- equals(java.lang.Object) - function in androidx.fragment.app.Fragment
- equals(java.lang.Object) - function in com.aliucord.utils.SemVer
- equals(java.lang.Object) - function in com.discord.api.channel.Channel
- equals(java.lang.Object) - function in com.discord.api.user.User
- equals(java.lang.Object) - function in com.discord.api.user.UserProfile
- equals(java.lang.Object) - function in com.discord.models.message.Message
- error(android.content.Context,java.lang.Throwable) - function in com.aliucord.Logger
- Logs an exception and shows the user a toast saying "Sorry, something went wrong.
- error(java.lang.String,java.lang.Throwable) - function in com.aliucord.Logger
- Logs a Log.ERROR message and prints the stacktrace of the exception
- error(java.lang.Throwable) - function in com.aliucord.Logger
- Logs an exception
- errorToast(android.content.Context,java.lang.String,java.lang.Throwable) - function in com.aliucord.Logger
- Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
- errorToast(android.content.Context,java.lang.String) - function in com.aliucord.Logger
- Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
- errorToast(java.lang.String,java.lang.Throwable) - function in com.aliucord.Logger
- Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
- errorToast(java.lang.String) - function in com.aliucord.Logger
- Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
- errorToast(java.lang.Throwable) - function in com.aliucord.Logger
- Logs an exception and shows the user a toast saying "Sorry, something went wrong.
- every(java.util.Collection,kotlin.jvm.functions.Function1) - function in com.aliucord.CollectionUtils
- Check whether all elements of the collection pass the filter
- execute() - function in com.aliucord.Http.Request
- Execute the request
- executeWithBody(kotlin.Array) - function in com.aliucord.Http.Request
- Execute the request with the specified raw bytes.
- executeWithBody(java.lang.String) - function in com.aliucord.Http.Request
- Execute the request with the specified body.
- executeWithJson(com.google.gson.Gson,Object) - function in com.aliucord.Http.Request
- Execute the request with the specified object as json.
- executeWithJson(Object) - function in com.aliucord.Http.Request
- Execute the request with the specified object as json.
- executeWithMultipartForm(java.util.Map) - function in com.aliucord.Http.Request
- Execute the request with the specified object as multipart form-data.
- executeWithMultipartForm(java.util.Map,boolean) - function in com.aliucord.Http.Request
- executeWithUrlEncodedForm(java.util.Map) - function in com.aliucord.Http.Request
- Execute the request with the specified object as url encoded form data.
- exists(java.lang.String) - function in com.aliucord.SettingsUtilsJSON
- Check if Key exists in settings
- exists(java.lang.String) - function in com.aliucord.api.SettingsAPI
- Check if Key exists in settings
- extractText(android.view.inputmethod.ExtractedTextRequest,android.view.inputmethod.ExtractedText) - function in android.widget.TextView