Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kataring authored Apr 1, 2021
1 parent 3cb9b70 commit bf99a44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# LINE Simple Beacon Kotlin Sample Application
# LINE Simple Beacon for Kotlin

Sample Application for LINE Simple Beacon

### How to use

```kotlin
val LINE_BEACON_HWID = "<your_beacon_hwid>"
val mSettings = BeaconSettings()
val mBeacon = LineBeacon(this, mSettings)

// start
mBeacon.createAdvertiseData(LINE_BEACON_HWID, "1234")

// stop
mBeacon.stopAdvertising()
```

### LICENSE
Expand Down

0 comments on commit bf99a44

Please sign in to comment.