We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf42ded commit c54913aCopy full SHA for c54913a
README.md
@@ -46,7 +46,6 @@ The section below contains the APIs we're planning to implement for our 1.0 rele
46
| | `setPrimaryColor(@ColorInt int primaryColorValue)`<br>`tintColor` |
47
| | `onReportSubmitHandler(Report.OnReportCreatedListener listener)`<br>`willSendReportHandler`. |
48
| | `setUserData(String userData)`<br>`userData` |
49
-| | `show()`<br>`+ show` |
50
| | `addFileAttachment(Uri fileUri, String fileNameWithExtension)`<br>`+ addFileAttachmentWithURL:` |
51
| | `addFileAttachment(byte[] data, String fileNameWithExtension)` `+ addFileAttachmentWithData:` |
52
| | `clearFileAttachment()`<br>`+ clearFileAttachments` |
0 commit comments