Object 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

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit show(Context context, String version, String media, String body, ChangelogUtils.FooterAction footerActions) Show ChangeLog modal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • show

         final static Unit show(Context context, String version, String media, String body, ChangelogUtils.FooterAction footerActions)

        Show ChangeLog modal

        Parameters:
        context - Context
        version - Version shown in the header
        media - Url to an image or a video that is displayed above body, null for nothing
        body - Changelog text in markdown (with custom discord rules)
        footerActions - Icons shown in the footer