Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Catch up the latest update of LINE API 2019

Catch up the latest update of LINE API 2019

LINE Developers Thailand

December 12, 2019
Tweet

More Decks by LINE Developers Thailand

Other Decks in Technology

Transcript

  1. Catch Up the Latest Update in LINE API Warit Wanwithu

    Developer Relations, LINE THAILAND
  2. Developer LINE API Ecosystem LINE Login LINE Notify Messaging API

    Social API LINE Things LINE Beacon LIFF LINE Pay Clova ???
  3. Developer New API for friend statistics • Get number of

    message deliveries • Get number of followers • Get friend demographics
  4. default paddingAll = 10% 2. Box Padding "body": { "type":

    "box", "layout": "vertical", "paddingAll": "10%", "contents": [ { "type": "text", "text": "The objective…" } ] }
  5. default backgroundColor = #RRGGBBAA 3. Color & Background Color {

    "type": "box", "backgroundColor": "#2a01ff", "paddingAll": "8%", "layout": "vertical", "contents": [ { "type": "text", "text": "Hello World!" } ] }
  6. default cornerRadius 4. Box Corner { "body": { "type": "box",

    "paddingAll": "none", "cornerRadius": "150px", "layout": "vertical", "contents": [ { "type": "image", "url": "https://...", "size": "full" } ]}}
  7. default position = absolute 5. Position & Offset { "type":

    "box", "position": "absolute", "offsetTop": "25%", "offsetBottom": "60%", "offsetStart": "50%", "offsetEnd": "20%", "layout": "vertical", "contents": [{ "type": "button", "action": { "type": "uri", "label": "Apply Now!", "uri": "https: //…" } }]}
  8. default span 6. Text Style { "type": "text", "text": "...",

    "style": "italic", "decoration": "underline", "wrap": true, "contents": [{ "type": "span", "text": "The objective…", "style": "italic" },{ "type": "span", "text": "to enhance…", "decoration": "underline" }] }
  9. Developer api.line.me -> api-data.line.me • Get content • Upload rich

    menu image • Download rich menu image Deadline: April 30, 2020 The domain name of (some) API endpoints
  10. New property "stickerResourceType" • STATIC • ANIMATION • SOUND •

    ANIMATION_SOUND • POPUP • POPUP_SOUND • NAME_TEXT
  11. Developer LIFF v.2 • External Browser Supported • QR Code

    Scanner (Android) • Get OS • Is in LIFF? • Is logged in? • Much more..
  12. • Spotlight Types • Spotlight Module • Category List •

    Category • Ranking • Search • Station Home List • Station Home • Live Schedule LINE TV API
  13. • Browse All LINE API • Demo • What’s New

    • Upcoming Event • Much more.. UPDATED LINE DEV TH
  14. Developer LINE API Ecosystem LINE Login LINE Notify Messaging API

    Social API LINE Things LINE Beacon LIFF LINE Pay Clova LINE TV NEW