DIGITAAL VLAANDEREN

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The consumer of this API is the sender of the push notification.

The sender may decide to use HTML within the privateBody.

Special tags that can be included in the messages

You can find more information on <a href=\"https://www.govapp.be\">gopapp.be</a>

Bold text

You can find <b>more</b> information on <a href=\"https://www.govapp.be\">gopapp.be</a>

Barcodes

Here is a QR-code example: <custom-qr>qrcode</custom-qr>
Here is a barcode example: <custom-barcode type=\"code128\">qrcode</custom-barcode>

Theses are the supported Barcode types

      Qr code
      <custom-qr>qrcode</custom-qr>
      Barcode qr
      <custom-barcode type=\"qr\">your-content-here</custom-barcode>
      Barcode code128
      <custom-barcode type=\"code128\">your-content-here</custom-barcode>
      Barcode code39
      <custom-barcode type=\"code39\">WIKIPEDIA</custom-barcode>
      Barcode code93
      <custom-barcode type=\"code93\">ABC-1234-/+</custom-barcode>
      Barcode gs1-128
      <custom-barcode type=\"gs1-128\">your-content-here</custom-barcode>
      Barcode itf
      <custom-barcode type=\"itf\">00000000000123</custom-barcode>
      Barcode itf14
      <custom-barcode type=\"itf14\">00000000000123</custom-barcode>
      Barcode itf16
      <custom-barcode type=\"itf16\">0000000000000000</custom-barcode>
      Barcode ean13
      <custom-barcode type=\"ean13\">9780141026626</custom-barcode>
      Barcode ean8
      <custom-barcode type=\"ean8\">96385074</custom-barcode>
      Barcode ean5
      <custom-barcode type=\"ean5\">12345</custom-barcode>
      Barcode ean2
      <custom-barcode type=\"ean2\">12</custom-barcode>
      Barcode isbn
      <custom-barcode type=\"isbn\">9783161484100</custom-barcode>
      Barcode upcA
      <custom-barcode type=\"upcA\">036000291452</custom-barcode>
      Barcode upcE
      <custom-barcode type=\"upcE\">123456</custom-barcode>
      Barcode telepen
      <custom-barcode type=\"telepen\">00932587036343345</custom-barcode>
      Barcode codabar
      <custom-barcode type=\"codabar\">13117013206375</custom-barcode>
      Barcode rm4scc
      <custom-barcode type=\"rm4scc\">ABC123</custom-barcode>
      Barcode pdf417
      <custom-barcode type=\"pdf417\">your-content-here</custom-barcode>
      Barcode dataMatrix
      <custom-barcode type="dataMatrix">your-content-here</custom-barcode>
      Barcode aztec
      <custom-barcode type=\"aztec\">your-content-here</custom-barcode>

User Actions: Copy to clipboard

Here is a an example with <custom-copy data=\"different_content_to_copy\">different_content_to_display</custom-copy> we want to allow copy

Here is a an example with <custom-copy>same_content_to_display_and_to_copy</custom-copy> we want to allow copy

User Actions: Allow to share a content

Here is a an example with <custom-share data=\"different_content_to_share\">different_content_to_display</custom-share> we want to allow share

Here is a an example with <custom-share>same_content_to_display_and_to_share</custom-share> we want to allow share

User Actions: a Link that can be copied

<custom-copy data=\"https://www.google.com\"><a href=\"https://www.google.com\">google</a></custom-copy>

User Actions: a Link that can be shared

<custom-share data=\"https://www.google.com\"><a href=\"https://www.google.com\">google</a></custom-share>

Action Buttons

Full width action

<custom-action-button action="demo">this is an action</custom-action-button>

Inline action

<p>This is a <custom-action-button action="demo 2" inline="true">custom action</custom-action-button> inside text</p>

  • No labels