Skip to content

kataring/line-simple-beacon-kotlin

Repository files navigation

LINE Simple Beacon for Kotlin

Sample Application for LINE Simple Beacon

How to use

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

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages