NIMSDK-iOS
载入中...
搜索中...
未找到
NIMLogDesensitizationConfig.h
浏览该文件的文档.
1//
2// Created by chenjili on 2022/6/8.
3// Copyright (c) 2022 Netease. All rights reserved.
4//
5
6#import <Foundation/Foundation.h>
7
8NS_ASSUME_NONNULL_BEGIN
9
10@interface NIMLogDesensitizationConfig : NSObject <NSCopying>
11
12/**
13 * 是否脱下载地址,包括上传成功后得到的下载地址
14 */
15@property (nonatomic, assign) BOOL hideDownloadUrl;
16
17+ (NSString *) getPrintTextOfDownloadUrl:(NSString *) url
18 config:(NIMLogDesensitizationConfig *) config;
19@end
20
21NS_ASSUME_NONNULL_END
Definition: NIMLogDesensitizationConfig.h:10
BOOL hideDownloadUrl
Definition: NIMLogDesensitizationConfig.h:15