Extras.kt 274 Bytes
Newer Older
konghaorui committed
1
package com.ydl.media.audio.constants
konghaorui committed
2 3 4 5 6 7 8 9 10 11 12

/**
 * Created by haorui on 2019-10-27 .
 * Des:
 */
interface Extras {
    companion object {
        val EXTRA_NOTIFICATION = "com.cxzapp.xinlizixun.notification"
        val ACTION_STOP = "com.cxzapp.xinlizixun.ACTION_STOP"
    }
}