Package com.linecorp.bot.liff
Class LiffView
- java.lang.Object
-
- com.linecorp.bot.liff.LiffView
-
public final class LiffView extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLiffView.Type
-
Constructor Summary
Constructors Constructor Description LiffView(LiffView.Type type, java.net.URI url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)LiffView.TypegetType()Size of the LIFF app view.java.net.URIgetUrl()URL of the LIFF app.inthashCode()java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-