Skip to content

Commit

Permalink
chore(update-plugins): Fri Jun 2 08:05:28 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
nativescript-oss committed Jun 2, 2023
1 parent 569947a commit 7768fd8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions plugins/firebase-crashlytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,19 @@ The Crashlytics class has the following members.

#### Methods

| Method | Returns | Description |
| --------------------------------------------------- | ------------------ | ----------- | ------ |
| `checkForUnsentReports()` | `Promise<boolean>` |
| `crash()` | `void` |
| `deleteUnsentReports()` | ` |
| `didCrashOnPreviousExecution()` | `boolean` |
| `log(message: string)` | `void` |
| `recordError(error: any)` | `void` |
| `sendUnsentReports()` | `void` |
| `setAttribute(name: string, value: string | number | boolean)` | `void` |
| `setAttributes(attributes: { [key: string]: string | number | boolean })` | `void` |
| `setCrashlyticsCollectionEnabled(enabled: boolean)` | `void` |
| `setUserId(userId: string)` | `void` |
| Method | Returns | Description |
| --------------------------------------------------------------------------- | ------------------ | ----------- |
| `checkForUnsentReports()` | `Promise<boolean>` | |
| `crash()` | `void` | |
| `deleteUnsentReports()` | `void` | |
| `didCrashOnPreviousExecution()` | `boolean` | |
| `log(message: string)` | `void` | |
| `recordError(error: any)` | `void` | |
| `sendUnsentReports()` | `void` | |
| `setAttribute(name: string, value: string \| number \| boolean)` | `void` | |
| `setAttributes(attributes: { [key: string]: string \| number \| boolean })` | `void` | |
| `setCrashlyticsCollectionEnabled(enabled: boolean)` | `void` | |
| `setUserId(userId: string)` | `void` | |

## License

Expand Down

0 comments on commit 7768fd8

Please sign in to comment.