Class LiffApp
public class LiffApp : IAdditionalDataHolder, IParsable
- Inheritance
-
LiffApp
- Implements
-
IAdditionalDataHolderIParsable
- Inherited Members
Constructors
LiffApp()
Instantiates a new LiffApp and sets the default values.
public LiffApp()
Properties
AdditionalData
Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
BotPrompt
Specify the setting for bot link feature with one of the following values:normal: Display the option to add the LINE Official Account as a friend in the channel consent screen.aggressive: Display a screen with the option to add the LINE Official Account as a friend after the channel consent screen.none: Don't display the option to add the LINE Official Account as a friend. The default value is none.
public LiffBotPrompt? BotPrompt { get; set; }
Property Value
Description
Name of the LIFF app
public string? Description { get; set; }
Property Value
Features
The features property
public LiffFeatures? Features { get; set; }
Property Value
LiffId
LIFF app ID
public string? LiffId { get; set; }
Property Value
PermanentLinkPattern
How additional information in LIFF URLs is handled. concat is returned.
public string? PermanentLinkPattern { get; set; }
Property Value
Scope
The scope property
public List<LiffScope?>? Scope { get; set; }
Property Value
View
The view property
public LiffView? View { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static LiffApp CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNodeIParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writerISerializationWriterSerialization writer to use to serialize this model