Skip to content

Commit

Permalink
Added setUlr for HttpSender
Browse files Browse the repository at this point in the history
  • Loading branch information
3xcool committed Jun 30, 2020
1 parent 23dc52a commit df4635c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions showme/src/main/java/com/andrefilgs/showme/senders/Sender.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ class ShowMeHttpSender (override var mActive: Boolean?=null,
get() = ::ShowMeHttpSender.name


fun setUrl(url:String) { this.mUrl = url }

fun enableWorkManager() { this.useWorkManager = true }
fun disableWorkManager(){ this.useWorkManager = false}
fun enableHttpLogs() { this.showHttpLogs = true }
Expand Down

0 comments on commit df4635c

Please sign in to comment.