A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
Y
V
- validateRequestPermissionsRequestCode(Integer) - function in androidx.fragment.app.TestActivity
- vibrate(Context,Long,Integer) - function in com.nobody.lib_ad.utils.VibrationUtil
- 震动指定时长,并设置强度
- vibrate(Long,Integer) - function in com.nobody.lib_ad.business.NobodySdkManager
- vibrate(Long) - function in com.nobody.lib_ad.sdk.NobodySDK
- 震动指定时长,默认系统强度
- vibrate(Long,Integer) - function in com.nobody.lib_ad.sdk.NobodySDK
- 震动指定时长,并设置强度
- vibrateCancel() - function in com.nobody.lib_ad.business.NobodySdkManager
- vibrateCancel() - function in com.nobody.lib_ad.sdk.NobodySDK
- 停止震动
- vibratePattern(Context,LongArray,IntArray,Integer) - function in com.nobody.lib_ad.utils.VibrationUtil
- 自定义震动模式,并为每一段设置强度 注意:pattern 和 amplitudes 数组长度必须一致(震动段数)
- vibratePattern(Context,LongArray,Integer,Boolean) - function in com.nobody.lib_ad.utils.VibrationUtil
- 便捷方法:模式震动,所有震动段使用相同强度
- vibratePattern(LongArray,IntArray,Integer) - function in com.nobody.lib_ad.business.NobodySdkManager
- vibratePattern(LongArray,Integer,Boolean) - function in com.nobody.lib_ad.business.NobodySdkManager
- vibratePattern(LongArray,IntArray,Integer) - function in com.nobody.lib_ad.sdk.NobodySDK
- 自定义震动模式,并为每一段设置强度 注意:pattern 和 amplitudes 数组长度必须一致(震动段数)
- vibratePattern(LongArray,Integer,Boolean) - function in com.nobody.lib_ad.sdk.NobodySDK
- 便捷方法:模式震动,所有震动段使用相同强度
- VibrationUtil - class in com.nobody.lib_ad.utils
- 支持设置震动强度的震动工具类