We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c0cf4 commit 837b79fCopy full SHA for 837b79f
1 file changed
README.md
@@ -33,3 +33,18 @@ dependencies {
33
implementation 'com.github.paveltech:HttpResponseCodeHandling:1.0.0'
34
}
35
```
36
+
37
+##Configure
38
+```java
39
40
+ HttpResponseCode httpResponseCode;
41
42
+ @Override
43
+ protected void onCreate(Bundle savedInstanceState) {
44
+ super.onCreate(savedInstanceState);
45
46
+ httpResponseCode = new HttpResponseCode(getApplicationContext() , true);
47
48
+ }
49
50
+```
0 commit comments