ConfirmMessageView

ConfirmMessageView

class ConfirmMessageView

Fields

Name Description
var text: String

Constructors

<init>

constructor(context: Context, attr: AttributeSet)

Parameters

Name Description
context: Context
attr: AttributeSet

Methods

startAnimation

fun startAnimation(animationPath: String, progress: Float)

Parameters

Name Description
animationPath: String
progress: Float

ReturnValue

Name Description
Unit

subscribeToAnimationUpdates

fun subscribeToAnimationUpdates(onUpdate: (Float)->Unit)

Parameters

Name Description
onUpdate: (Float)->Unit

ReturnValue

Name Description
Unit