TP-48309 | Sayed Owais Ali | added default implementation of alfred f… (#315)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user