Package com.aliucord.coreplugins
Class ForwardedMessages
-
- All Implemented Interfaces:
public class ForwardedMessages extends CorePlugin
-
-
Field Summary
Fields Modifier and Type Field Description public final booleanisHiddenpublic final booleanisRequiredpublic final Loggerloggerpublic Plugin.SettingsTabsettingsTabpublic Resourcesresourcespublic booleanneedsResourcespublic String__filenamepublic final SettingsAPIsettings
-
Constructor Summary
Constructors Constructor Description ForwardedMessages()
-
Method Summary
Modifier and Type Method Description booleanisRequired()Whether this core plugin cannot be disabled at all. booleanisHidden()Hides this core plugin from the plugins page. ObjectwriteSnapshotFields(Object source, Object destination, boolean isApiMessage)voidstart(Context context)Called when your Plugin is started voidstop(Context context)Called when your Plugin is stopped -
Methods inherited from class com.aliucord.entities.CorePlugin
isHidden, isRequired -
Methods inherited from class com.aliucord.entities.Plugin
getAnnotation, getManifest, getName, load, requiresRestart, unload -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isRequired
boolean isRequired()
Whether this core plugin cannot be disabled at all.
-
isHidden
boolean isHidden()
Hides this core plugin from the plugins page. This should generally be used for coreplugins that are fixing existing functionality.
-
writeSnapshotFields
Object writeSnapshotFields(Object source, Object destination, boolean isApiMessage)
-
start
void start(Context context)
Called when your Plugin is started
- Parameters:
context- An activity Android context
-
-
-
-