Package com.skt.nugu.sdk.platform.android.ux.template

Types

Link copied to clipboard
interface TemplateView

Functions

Link copied to clipboard
fun convertToTime(second: Int): String
Link copied to clipboard
fun convertToTimeMs(ms: Int): String
Link copied to clipboard
fun dpToPixel(context: Context, dp: Float): Float
Link copied to clipboard
fun TextView.enableMarquee()
Link copied to clipboard
fun Resources.genColor(@ColorRes color: Int): Int
Link copied to clipboard
fun getSpannable(text: String?): Spanned
Link copied to clipboard
fun isSupportFocusedItemToken(template: String): Boolean
Link copied to clipboard
fun isSupportVisibleTokenList(template: String): Boolean
Link copied to clipboard
fun ImageView.updateImage(    url: String?,     transformation: Transformation<Bitmap>?,     isMerge: Boolean = false,     @DrawableRes placeHolder: Int? = null,     @DrawableRes loadingFailImage: Int? = null)
Link copied to clipboard
fun TextView.updateText(    text: String?,     isMerge: Boolean = false,     maintainLayout: Boolean = false)