A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
W
- w(Object,String) - function in com.liecoder.framework.ktx.LoggerKtxKt
- Prints a warning log with the provided message.
- waitForFirstActivityOpened(View,Boolean) - function in razerdp.basepopup.BaseWindow
- warning(CharSequence) - function in com.liecoder.framework.toast.TipsToast
- WARNING - enum entry in com.liecoder.framework.toast.ToastStyle
- WarningImpl - class in com.liecoder.framework.toast
- Author: lieco(liecoder@163.com) Date: 2024/8/19 Version: 1.
- warnings(CharSequence) - function in com.liecoder.framework.base.BaseActivity
- 显示警告吐司消息。
- warnings(CharSequence) - function in com.liecoder.framework.base.BaseFragment
- 显示警告吐司消息。
- warnings(CharSequence) - function in com.liecoder.framework.base.BaseViewBindingActivity
- 显示警告吐司消息。
- warnings(CharSequence) - function in com.liecoder.framework.base.BaseViewBindingFragment
- 显示警告吐司消息。
- warnings(CharSequence) - function in com.liecoder.framework.base.IBaseService
- 显示警告吐司消息。
- wasReturnedFromScrap() - function in androidx.recyclerview.widget.BaseViewHolder
- willNotCacheDrawing() - function in android.view.BannerViewPager
- willNotCacheDrawing() - function in android.view.BaseIndicatorView
- willNotCacheDrawing() - function in android.view.DrawableIndicator
- willNotCacheDrawing() - function in android.view.IndicatorView
- willNotCacheDrawing() - function in android.view.CropWindowView
- willNotCacheDrawing() - function in android.view.TitleBar
- willNotCacheDrawing() - function in android.view.StatusBarUtils.StatusBarView
- willNotDraw() - function in android.view.BannerViewPager
- willNotDraw() - function in android.view.BaseIndicatorView
- willNotDraw() - function in android.view.DrawableIndicator
- willNotDraw() - function in android.view.IndicatorView
- willNotDraw() - function in android.view.CropWindowView
- willNotDraw() - function in android.view.TitleBar
- willNotDraw() - function in android.view.StatusBarUtils.StatusBarView
- with(String,Class) - function in com.liecoder.framework.eventbus.LiveDataBus
- 获取或创建一个非粘性的 LiveData 对象。
- with(String) - function in com.liecoder.framework.eventbus.LiveDataBus
- 获取或创建一个非粘性的 LiveData 对象。
- within3Days(Date) - function in com.liecoder.framework.ktx.DateTime
- 检查 Date 对象是否在未来3天内。
- within7Days(Date) - function in com.liecoder.framework.ktx.DateTime
- 检查 Date 对象是否在未来7天内。
- within7Days(Long) - function in com.liecoder.framework.ktx.DateTime
- 检查 Long 类型的时间戳是否表示未来7天内的日期。
- withinToday(Date) - function in com.liecoder.framework.ktx.DateTime
- 检查 Date 对象是否表示今天的日期。
- withinToday(Long) - function in com.liecoder.framework.ktx.DateTime
- 检查 Long 类型的时间戳是否表示今天的日期。
- withPermission(Permission,Function0,Function0) - function in com.liecoder.framework.base.BaseActivity
- 处理权限请求逻辑。
- withPermission(Permission,Function0,Function0) - function in com.liecoder.framework.base.BasePermissionActivity
- 处理权限请求逻辑。
- withPermission(Permission,Function0,Function0) - function in com.liecoder.framework.base.BaseViewBindingActivity
- 处理权限请求逻辑。
- withPermission(Permission,Function0,Function0) - function in com.liecoder.framework.base.IPermissionService
- 处理权限请求逻辑。根据用户对权限请求的响应,执行不同的逻辑:
如果权限已授予,则调用 [onPermissionGranted] 回调。 如果权限被拒绝且不再提示,则调用 [onPermissionDenied] 回调(如果提供)。 如果需要显示权限说明对话框,则应由实现类负责显示。 - withSticky(String,Class) - function in com.liecoder.framework.eventbus.LiveDataBus
- 获取或创建一个粘性的 LiveData 对象。
- withSticky(String) - function in com.liecoder.framework.eventbus.LiveDataBus
- 获取或创建一个粘性的 LiveData 对象。
- WRITE_CALENDAR - enum entry in com.liecoder.framework.model.Permission
- WRITE_CALL_LOG - enum entry in com.liecoder.framework.model.Permission
- WRITE_CONTACTS - enum entry in com.liecoder.framework.model.Permission
- WRITE_EXTERNAL_STORAGE - enum entry in com.liecoder.framework.model.Permission
- writeSharedPreferences(Function1) - function in com.liecoder.framework.ktx.SharedPreferencesKtxKt
- 向 SharedPreferences 写入数据。 使用 lambda 表达式简化 SharedPreferences.