You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
This is a library which helps you to get LIVE notifications of actions taking place on your webistes and applications.
4
4
Just Copy past the below codes and get live updates of errors and actions. Make Categories of pings based on projects (etc) and assign it to your team mates.
5
-
That's what PING ME LIVE does.
5
+
That's what PingMeLive does.
6
6
Easy right!.
7
7
8
8
## How to use
9
9
10
10
### Register yourself on
11
-
[https://pingmelive.com](https://pingmelive.com)
12
-
You will get your API KEY after registeration.
11
+
12
+
[https://pingmelive.com](https://pingmelive.com)**and get your `API KEY`**.
***errorName** : This will be your `Group Title/Name` where all the error will be pinged.(This works when `errorStatus` is set as `true`.
110
+
***groupTitle** : This will be your `Group Tilte/Name` under which , you will get all your pings.
111
+
***eventMessage** : The `errorMessage` is limited to 360 character in length. Any additional characters beyond 360 character will be truncated.
112
+
***detailDescription** : The `detailDescription` is does not have any length limitation. You can also send JSON Formatted String / or simple plain string.
113
+
114
+
104
115
## Some usefull information
105
116
106
117
* Only `Detailed event` will by default contain the information like device info,app version code etc.
@@ -124,5 +135,4 @@ When an exception is caught by the library's `UncaughtExceptionHandler` it does
124
135
125
136
* This will not avoid ANRs from happening.
126
137
* This will not catch native errors.
127
-
* There is no guarantee that this will work on every device.
128
138
* This library will not make you toast for breakfast :)
0 commit comments