memberPushOption property

  1. @JsonKey(fromJson: NIMMemberPushOption._fromMap, toJson: NIMMemberPushOption._toMap)
NIMMemberPushOption? memberPushOption
getter/setter pair

指定成员推送选项

Implementation

@JsonKey(
    fromJson: NIMMemberPushOption._fromMap,
    toJson: NIMMemberPushOption._toMap)
NIMMemberPushOption? memberPushOption;