TIMCallback constructor

TIMCallback({
  1. Object? catchError,
  2. String? infoRecommendText,
  3. String? errorMsg,
  4. int? errorCode,
  5. StackTrace? stackTrace,
  6. int? infoCode,
  7. TIMCallbackType? type,
})

Implementation

TIMCallback(
    {this.catchError,
    this.infoRecommendText,
    this.errorMsg,
    this.errorCode,
    this.stackTrace,
    this.infoCode,
    this.type});