line_liff 1.0.0

LIFF Server API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# LiffView

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | Size of the LIFF app view. Specify one of these values: - compact - tall - full  | 
**url** | **String** | Endpoint URL. This is the URL of the web app that implements the LIFF app (e.g. https://example.com). Used when the LIFF app is launched using the LIFF URL. The URL scheme must be https. URL fragments (#URL-fragment) can't be specified.  | 
**module_mode** | Option<**bool**> | `true` to use the LIFF app in modular mode. When in modular mode, the action button in the header is not displayed.  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)