1 | /**
|
2 | * LIFF server API
|
3 | * LIFF Server API.
|
4 | *
|
5 | * The version of the OpenAPI document: 1.0.0
|
6 | *
|
7 | *
|
8 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9 | * https://openapi-generator.tech
|
10 | * Do not edit the class manually.
|
11 | */
|
12 | export type LiffFeatures = {
|
13 | /**
|
14 | * `true` if the LIFF app supports Bluetooth® Low Energy for LINE Things. `false` otherwise.
|
15 | */
|
16 | ble?: boolean;
|
17 | /**
|
18 | * `true` to use the 2D code reader in the LIFF app. false otherwise. The default value is `false`.
|
19 | */
|
20 | qrCode?: boolean;
|
21 | };
|
22 | //# sourceMappingURL=liffFeatures.d.ts.map |
\ | No newline at end of file |