@rohitninawe/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
44 lines • 984 B
JavaScript
export class CallLogsConfiguration {
SubtitleView;
ListItemView;
TailView;
AppBarOptions;
options;
callRequestBuilder;
datePattern;
dateSeparatorPattern;
hideSeperator;
BackButton;
showBackButton;
EmptyStateView;
ErrorStateView;
loadingIcon;
LoadingStateView;
hideError;
onItemPress;
onError;
onBack;
onInfoIconPress;
infoIcon;
avatarStyle;
listItemStyle;
callLogsStyle;
headViewContainerStyle;
bodyViewContainerStyle;
tailViewContainerStyle;
missedAudioCallIconUrl;
missedVideoCallIconUrl;
incomingAudioCallIconUrl;
incomingVideoCallIconUrl;
outgoingAudioCallIconUrl;
outgoingVideoCallIconUrl;
outgoingCallConfiguration;
constructor(props) {
if (props) {
for (const [key, value] of Object.entries(props)) {
this[key] = value;
}
}
}
}
//# sourceMappingURL=CallLogsConfiguration.js.map