Class LiffView


  • public final class LiffView
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LiffView.Type  
    • Constructor Summary

      Constructors 
      Constructor Description
      LiffView​(LiffView.Type type, java.net.URI url)  
    • Constructor Detail

      • LiffView

        public LiffView​(LiffView.Type type,
                        java.net.URI url)
    • Method Detail

      • getType

        public LiffView.Type getType()
        Size of the LIFF app view. Specify one of the following values:
      • getUrl

        public java.net.URI getUrl()
        URL of the LIFF app. The URL scheme must be https.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object