ktx-androidx
4.0.2
ktx-androidx
/
com.ayvytr.ktx.context
/
toast
toast
fun
Context
.
toast
(
text
:
String
)
Content copied to clipboard
显示Toast,时长
Toast.LENGTH_SHORT
Parameters
text
要显示的文本
fun
Context
.
toast
(
@
StringRes
textId
:
Int
)
Content copied to clipboard
显示Toast,时长
Toast.LENGTH_SHORT
Parameters
text
Id
要显示的字符串资源id
fun
Fragment
.
toast
(
text
:
String
)
Content copied to clipboard
fun
Fragment
.
toast
(
@
StringRes
textId
:
Int
)
Content copied to clipboard