Table of Contents

Class LiffApp

Namespace
Line.OpenApi.Liff.Generated.Models
Assembly
Line.OpenApi.Liff.dll
public class LiffApp : IAdditionalDataHolder, IParsable
Inheritance
LiffApp
Implements
IAdditionalDataHolder
IParsable
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

IDictionary<string, object>

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

LiffBotPrompt?

Description

Name of the LIFF app

public string? Description { get; set; }

Property Value

string

Features

The features property

public LiffFeatures? Features { get; set; }

Property Value

LiffFeatures

LiffId

LIFF app ID

public string? LiffId { get; set; }

Property Value

string

PermanentLinkPattern

How additional information in LIFF URLs is handled. concat is returned.

public string? PermanentLinkPattern { get; set; }

Property Value

string

Scope

The scope property

public List<LiffScope?>? Scope { get; set; }

Property Value

List<LiffScope?>

View

The view property

public LiffView? View { get; set; }

Property Value

LiffView

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static LiffApp CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

LiffApp

A LiffApp

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

writer ISerializationWriter

Serialization writer to use to serialize this model