TP-48309 | Sayed Owais Ali | added default implementation of alfred f… (#315)

This commit is contained in:
Sayed Owais Ali
2024-02-02 19:06:51 +05:30
committed by GitHub
parent 833e171352
commit 1ce2ef098a

View File

@@ -28,11 +28,11 @@ interface IUiTronDependencyProvider {
fun logException(e : Exception)
fun maskSensitiveUiTronComposable(id: String, left: Float?, top: Float?, right:Float?, bottom: Float?, rootView: View?)
fun maskSensitiveUiTronComposable(id: String, left: Float?, top: Float?, right:Float?, bottom: Float?, rootView: View?) {}
fun removeSensitiveComposable(id: String)
fun removeSensitiveComposable(id: String) {}
fun blurSensitiveScreen(blur: Boolean)
fun blurSensitiveScreen(blur: Boolean) {}
fun getUiTronConfig(): UiTronConfig