Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1153 from LivePersonInc/mobilesdk_updates
Browse files Browse the repository at this point in the history
MobileSDK Updates
  • Loading branch information
dvillacis94 authored Jan 8, 2021
2 parents 125de4a + 813af90 commit a6e3ae7
Show file tree
Hide file tree
Showing 20 changed files with 52 additions and 1,010 deletions.
17 changes: 13 additions & 4 deletions _data/documentsupdated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -896,16 +896,24 @@
- documentname: Mobile App Messaging SDK for iOS
pages:
- pagename: Overview
- pagename: Configure the iOS SDK
- pagename: Push Notifications
- pagename: Quick Starts
subpages:
- subpagename: Quick Start 5.2.1 and below
- subpagename: Quick Start - 6.0 and up (XCFramework support)
- pagename: Configure the iOS SDK
- pagename: Push Notifications
- pagename: Advanced Configuration
subpages:
- subpagename: App Extensions
- subpagename: Conversations Lifecycle
- subpagename: SDK Delegates
- subpagename: UI
- subpagename: User Data
- pagename: Advanced Features
subpages:
- subpagename: Audio Messages
- subpagename: Campaigns
- subpagename: Certificate Pinning
- subpagename: CSAT Behavior
- subpagename: Photo and File Sharing
- subpagename: Unauthenticated In-App Messaging
Expand All @@ -921,9 +929,10 @@
- subpagename: Callbacks Index
- pagename: SDK Attributes
subpages:
- subpagename: Attributes Design Sheet
- subpagename: Deprecated Attributes
- subpagename: SDK 5.0 and above
- subpagename: SDK 4.1 and below
- subpagename: Attributes Design Sheet
- pagename: String Localization
subpages:
- subpagename: Localization Keys
Expand All @@ -936,9 +945,9 @@
subpages:
- subpagename: About XCFrameworks
- subpagename: Authentication
- subpagename: Customizing Toast Notifications
- subpagename: FAQ
- subpagename: Open Source List
- subpagename: Upgrade Guide - iOS
- documentname: Apple Business Chat SDK
pages:
- pagename: Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3155,6 +3155,9 @@ Defines whether to disable the TTR snackbar popup (true=disable) false by defaul
* **Type:** bool
* **Default value:** false

{:.important}
When the auto messages feature is enabled, TTR notifications do not display when the auto messages featuer is enabled, regardless of the value set for this attribute.

#### show_timestamp_in_ttr_notification
When true the TTR snackbar will display the time until the agent responds. If set to false, a general message is displayed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2804,6 +2804,9 @@ Defines whether to disable the TTR snackbar popup (true=disable) false by defaul
* **Type:** bool
* **Default value:** false

{:.important}
When the auto messages feature is enabled, TTR notifications do not display when the auto messages featuer is enabled, regardless of the value set for this attribute.

#### show_timestamp_in_ttr_notification
When true the TTR snackbar will display the time until the agent responds. If set to false, a general message is displayed.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
---
pagename: App Extensions
redirect_from:
- consumer-experience-ios-sdk-app-extensions.html
Keywords:
sitesection: Documents
categoryname: "Messaging Channels"
documentname: Mobile App Messaging SDK for iOS
subfoldername: Configuration

order: 10
permalink: mobile-app-messaging-sdk-for-ios-configuration-app-extensions.html

subfoldername: Advanced Configuration
permalink: mobile-app-messaging-sdk-for-ios-advanced-configuration-app-extensions.html
indicator: messaging
---
To make sure the SDK uses the iOS keyboard only, and not third party ones, disable app extensions for keyboard as follows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ Keywords:
sitesection: Documents
categoryname: "Messaging Channels"
documentname: Mobile App Messaging SDK for iOS
subfoldername: Configuration

order: 6
permalink: mobile-app-messaging-sdk-for-ios-configuration-conversations-lifecycle.html

subfoldername: Advanced Configuration
permalink: mobile-app-messaging-sdk-for-ios-advanced-configuration-conversations-lifecycle.html
indicator: messaging
---

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ Keywords:
sitesection: Documents
categoryname: "Messaging Channels"
documentname: Mobile App Messaging SDK for iOS
subfoldername: Configuration

order: 5
permalink: mobile-app-messaging-sdk-for-ios-configuration-sdk-delegates.html

subfoldername: Advanced Configuration
permalink: mobile-app-messaging-sdk-for-ios-advanced-configuration-sdk-delegates.html
indicator: messaging
---
The SDK uses 2 delegates:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ Keywords:
sitesection: Documents
categoryname: "Messaging Channels"
documentname: Mobile App Messaging SDK for iOS
subfoldername: Configuration

order: 7
permalink: mobile-app-messaging-sdk-for-ios-configuration-ui.html

subfoldername: Advanced Configuration
permalink: mobile-app-messaging-sdk-for-ios-advanced-configuration-ui.html
indicator: messaging
---

To determine the layout of messaging within the app, you can utilize various actions to control the behavior and UI such as menus, custom buttons, typing indication, etc.

_**Note: these methods (1,2 and 3) are only available when using the SDK ViewController (Window Mode)**_
{:.notice}
These methods (1,2 and 3) are only available when using the SDK ViewController (Window Mode)

1. This method changes the state of the action menu of the conversation for brandID.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ Keywords:
sitesection: Documents
categoryname: "Messaging Channels"
documentname: Mobile App Messaging SDK for iOS
subfoldername: Configuration

order: 8
permalink: mobile-app-messaging-sdk-for-ios-configuration-user-data.html

subfoldername: Advanced Configuration
permalink: mobile-app-messaging-sdk-for-ios-advanced-configuration-user-data.html
indicator: messaging
---

Expand Down
Loading

0 comments on commit a6e3ae7

Please sign in to comment.