serverIntercept constant

int const serverIntercept

服务端拦截。 开发者将消息相应属性配置为已命中服务端拦截库,再将消息发送给服务器(发送者能看到该消息发送,但是云信服务器不会投递该消息,接收者不会收到该消息)

Implementation

static const int serverIntercept = 3;