From 0a6749f1d942863835ce033b1466c7cd72bfe813 Mon Sep 17 00:00:00 2001 From: jeff-tbd Date: Fri, 13 Oct 2023 10:57:35 +0000 Subject: [PATCH] deploy: 323b555835e5de38fd7d3267800892eac6f22599 --- functions/addTags.html | 8 +- functions/boot.html | 17 ++- functions/clearCallbacks.html | 14 +-- functions/hideChannelButton.html | 9 +- functions/hideMessenger.html | 8 +- functions/loadScript.html | 10 +- functions/onBadgeChanged.html | 7 +- functions/onChatCreated.html | 6 +- functions/onFollowUpChanged.html | 6 +- functions/onHideMessenger.html | 6 +- functions/onShowMessenger.html | 6 +- functions/onUrlClicked.html | 14 +-- functions/openChat.html | 17 +-- functions/removeTags.html | 8 +- functions/resetPage.html | 12 ++- functions/setAppearance.html | 4 +- functions/setPage.html | 14 +-- functions/showChannelButton.html | 14 +-- functions/showMessenger.html | 8 +- functions/shutdown.html | 4 +- functions/track.html | 18 ++-- functions/updateUser.html | 8 +- index.html | 38 +++---- interfaces/BootOption.html | 159 +++++++++++++++++------------ interfaces/EventProperty.html | 2 +- interfaces/FollowUpProfile.html | 18 ++-- interfaces/Profile.html | 8 +- interfaces/UpdateUserInfo.html | 62 ++++++----- interfaces/User.html | 90 ++++++++-------- types/Appearance.html | 13 +-- types/BadgeChangedCallback.html | 12 ++- types/Callback.html | 9 +- types/FollowUpChangedCallback.html | 8 +- types/UrlClickedCallback.html | 2 +- 34 files changed, 346 insertions(+), 293 deletions(-) diff --git a/functions/addTags.html b/functions/addTags.html index d4c57a7..44e0540 100644 --- a/functions/addTags.html +++ b/functions/addTags.html @@ -19,19 +19,19 @@

Function addTags

+
  • Defined in index.ts:613
  • +
  • Defined in index.ts:291
  • +
  • Defined in index.ts:533
  • +
  • Defined in index.ts:705
  • +
  • Defined in index.ts:342
  • +
  • Defined in index.ts:495
  • +
  • Defined in index.ts:517
  • +
  • Defined in index.ts:366
  • +
  • Defined in index.ts:631
  • +
  • Defined in index.ts:670
  • +
  • Defined in index.ts:721
  • +
  • Defined in index.ts:651
  • +
  • Defined in index.ts:324
  • +
  • Defined in index.ts:306
  • +
  • Defined in index.ts:595
  • +
  • Step1: Import the ChannelService Module
  • +
  • Step2: Load the Channel Web SDK
  • +
  • Step3: Initialize the Channel Web SDK
  • +
  • API Documentation
  • +

    Boot options for initializing the SDK.

    +
    @@ -24,7 +26,7 @@

    Hierarchy

    • BootOption
    +
  • Defined in index.ts:172
  • @@ -53,175 +55,204 @@

    Properties

    appearance?: Appearance
    -
      -
    • Set the initial appearance of the theme.
    • -
    • The default value is null.
    • +

      Configure the initial appearance of your theme.

      +
        +
      • The default value is null.
    +
  • Defined in index.ts:177
  • customLauncherSelector?: string
    -
    +
  • Defined in index.ts:185
  • hideChannelButtonOnBoot?: boolean
    -
    +
  • Defined in index.ts:193
  • hidePopup?: boolean
    -
      -
    • Set whether to hide the marketing pop-ups and the message alarm pop-ups.
    • -
    • The default value is false.
    • +

      Determines whether to hide marketing pop-ups and message alert pop-ups.

      +
        +
      • The default value is false.
    +
  • Defined in index.ts:199
  • -
    language?: "en" | "ko" | "ja"
    -
      -
    • Set the default value of the language.
    • -
    • Texts differ based on the language.
    • -
    • When a user is created newly, the user’s language is set as the language.
    • -
    • language doesn’t change the user’s language already created.
    • +
      language?: string
      +

      Specifies the default language setting.

      +
        +
      • Applies to new users; does not modify existing users' language settings.
      • +
      • Supports message translation in 32 languages and UI language in ko, ja, and en.
      • +
      • UI text adapts to ko or ja; defaults to en otherwise.
    +
  • Defined in index.ts:209
  • memberHash?: string
    -

    Set the hashed value of the memberId using HMAC-SHA256.

    +

    Pass the HMAC-SHA256 hash of the user memberid using the issued secret key.

    +
      +
    • No need to pass memberHash unless using user data encryption.
    • +
    -
    +
  • Defined in index.ts:218
  • memberId?: string
    -

    The id of member user.

    +

    Specifies the member user's ID.

    +
  • Defined in index.ts:224
  • pluginKey: string
    -

    The plugin key of your channel.

    +

    Specifies the plugin key for your channel.

    +
  • Defined in index.ts:231
  • profile?: Profile
    -

    Set the user’s profile.

    +

    Specifies the user’s profile.

    +
  • Defined in index.ts:238
  • trackDefaultEvent?: boolean
    -
    +
  • Defined in index.ts:246
  • trackUtmSource?: boolean
    -
    +
  • Defined in index.ts:253
  • unsubscribe?: boolean
    -
      -
    • Set whether to unsubscribe marketing email and SMS for the user.
    • -
    • The default value is false.
    • +

      Determines whether to opt out of receiving marketing emails and text messages.

      +
        +
      • The default value is false.
    +
  • Defined in index.ts:259
  • unsubscribeEmail?: boolean
    -
      -
    • Set whether to unsubscribe marketing email for the user.
    • -
    • The default value is false.
    • +

      Determines whether to opt out of receiving marketing emails.

      +
        +
      • The default value is false.
    +
  • Defined in index.ts:265
  • unsubscribeTexting?: boolean
    -
      -
    • Set whether to unsubscribe marketing SMS for the user.
    • -
    • The default value is false.
    • +

      Determines whether to opt out of receiving marketing text messages.

      +
        +
      • The default value is false.
    +
  • Defined in index.ts:271
  • zIndex?: number
    -
      -
    • Set the z-index of the elements made by the SDK.
    • -
    • Applied at chat button, messenger, and marketing pop-up.
    • -
    • The default value is 10000000.
    • +

      Sets the z-index for elements generated by the SDK.

      +
        +
      • Applies to the channel button, messenger, and marketing pop-ups.
      • +
      • The default value is 10,000,000.
    +
  • Defined in index.ts:279
  • +
  • Defined in index.ts:483
  • +
  • Defined in index.ts:105
  • +
  • Defined in index.ts:586
  • +
  • Defined in index.ts:90
  • +
  • Defined in index.ts:443
  • +
  • Defined in index.ts:98
  • +
  • Defined in index.ts:489
  • +
  • Defined in index.ts:508