Newer
Older
OverlayMultiCounter / app / src / main / kotlin / jackall / overlaymulticounter / Const.kt
MatsumotoKeiju on 8 Nov 2017 225 bytes [add] Main service class
package jackall.overlaymulticounter

/**
 * Created by matsumoto_k on 2017/11/08.
 */
class Const {
    companion object {
        const val serviceChannelId = "mainService"
        const val serviceNotificationId = 1
    }
}