Package com.aliucord.utils
Object ChangelogUtils
-
- All Implemented Interfaces:
public class ChangelogUtils
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ChangelogUtils.FooterAction
Icon that will show up in changelog's footer
-
Field Summary
Fields Modifier and Type Field Description public final static ChangelogUtils
INSTANCE
-
Method Summary
-
-
Method Detail
-
show
final static Unit show(Context context, String version, String media, String body, ChangelogUtils.FooterAction footerActions)
Show ChangeLog modal
- Parameters:
context
- Contextversion
- Version shown in the headermedia
- Url to an image or a video that is displayed above body, null for nothingbody
- Changelog text in markdown (with custom discord rules)footerActions
- Icons shown in the footer
-
-
-
-