LocalizedStringIdentifier Enumeration |
Namespace: Avaya.ClientServices
public enum LocalizedStringIdentifier
Member name | Value | Description | |
---|---|---|---|
IdJoinedConversation | 0 | Id representing a string for participant joined the messaging conversation. e.g., "{0} joined conversation on {1}" Client SDK replaces {0} with the participant's name who joined the conversation and {1} with time stamp when participant joined the conversation. | |
IdLeftConversation | 1 | Id representing a string for participant left the messaging conversation. e.g., "{0} left conversation on {1}", Client SDK replaces {0} with the participant's name who left the conversation and {1} with time stamp when participant left the conversation. | |
IdRemovedFromConversation | 2 | Id representing a string for participant removed from the messaging conversation. e.g., "{0} has been removed from the conversation by {1} on {2}" Client SDK replaces {0} with the removed participant's name, {1} with the participant's name who removed the other participant and {2} with time stamp when participant is removed from the conversation. | |
IdSubjectChanged | 3 | Id representing a string for subject changed of the messaging conversation. e.g., "set the subject to:" | |
IdAttachmentDownloaded | 4 | Id representing a string for attachment downloaded. e.g., "Attachment:" | |
IdAttachementFailed | 5 | Id representing a string for attachment download failed. e.g., "Failed to download attachment:" | |
IdConversationHeaderTitle | 6 | Id representing a conversation title string in the header section. e.g., "Avaya Workplace Conversation Transcript" | |
IdConferenceHeaderTitle | 7 | Id representing a conference title string in the header section. e.g., "Avaya Workplace Conference Public Chat Transcript" | |
IdHeaderConversation | 8 | Id representing a string for conversation label in the header section. e.g., "Conversation:" | |
IdHeaderConference | 9 | Id representing a string for conference label in the header section. e.g., "Meeting:" | |
eHeaderParticipants | 10 | Id representing a string for participants label in the header section. e.g., "Participants ({0}): {1}" Client SDK replaces {0} with number of participants and {1} with the list of participants. | |
eHeaderExportedAt | 11 | Id representing a string for exported at label in the header section. e.g., "Exported at {0}" Client SDK replaces {0} with time stamp when export operation is completed. | |
eHeaderExportedBy | 12 | Id representing a string for exported by label in the header section. e.g., "Exported by {0}" Client SDK replaces {0} with the participant's name who started the export operation. | |
eAttachmentFolder | 13 | Id representing a string for attachments folder name to download attachments. e.g., "attachments" |
© 2017 Avaya LLC. All Rights Reserved.