Advertisement
mjt

IReportService.smali

mjt
Sep 22nd, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. .class public interface abstract Lcom/bytedance/android/livesdk/report/IReportService;
  2. .super Ljava/lang/Object;
  3. .source "SourceFile"
  4.  
  5.  
  6. # virtual methods
  7. .method public abstract init()V
  8. .end method
  9.  
  10. .method public abstract showReportDialog(Landroid/app/Activity;IJLcom/bytedance/android/live/base/model/user/User;Ljava/lang/String;Z)V
  11. .param p2 # I
  12. .annotation build Landroid/support/annotation/NonNull;
  13. .end annotation
  14. .end param
  15. .param p3 # J
  16. .annotation build Landroid/support/annotation/NonNull;
  17. .end annotation
  18. .end param
  19. .param p5 # Lcom/bytedance/android/live/base/model/user/User;
  20. .annotation build Landroid/support/annotation/NonNull;
  21. .end annotation
  22. .end param
  23. .end method
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement