[DAY21]弹性讯息

Flex Messages are messages with a customizable layout. You can customize the layout freely based on the specification for CSS Flexible Box (CSS Flexbox) (opens new window). For more information, see Sending Flex Messages in the Messaging API documentation.
type
String Required
flex

altText
String Required
Alternative text
Max character limit: 400
内容可以选择Bubble、Carousel
contents
Object Required
Flex Message container
由於它涵盖的范围太广因此我就不细讲了,以下是此讯息的限制环境
Operating environment
Flex Messages are supported on the following versions of LINE:

LINE for iOS: All versions
LINE for Android: All versions
LINE for macOS: 5.17.0 or later
LINE for Windows: 5.17.0 or later
These properties are only supported on specific versions on both LINE for iOS and LINE for Android.

Property Supported version
adjustMode property of the text and button 10.13.0 or later
maxLines property of the text 8.11.0 or later
action property of the box 8.11.0 or later
我们可以利用line的FLEX MESSAGE SIMULATOR
进行模拟
https://ithelp.ithome.com.tw/upload/images/20211005/20140159QLYgNxAqAW.png
Flex Message Simulator (line.biz)


<<:  20. 完赛感言 x 关於提升程序码的品质

>>:  Day-23 CPU Scheduling Algorithm

IPv6 路由问题

架构图 https://imgur.com/gRWBf3i DIR-818 的路由表 https:/...

总结与心得

经过漫长的环境设定与软件安装後 终於把 SQL Server Failover Cluster 基本...

Day05 | Dart基本介绍 - class、factory

类别 前面说到 Dart 是一个支援OOP的程序语言(附注*),而不同於JS的Prototype-b...

ISMS 程序书1~4阶着样写

(一)政策性(第一阶文件) 说明ISMS目标、方向及执行原则。 文件:资安政策、资安组织 ISMS-...

【Day 07】Sorting:Insertion Sort 插入排序法 ( 用 JavaScript 学演算法 )

插入排序法是将阵列中未排序的元素,逐一与排序好的资料作比较。它的时间复杂度是 (O(n^2))。 ...