A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
V
- v(String,Function0) - function in app.rive.RiveLog
- v(String,Function0) - function in app.rive.RiveLog.Logger
- Log verbose.
- v(String,Function0) - function in app.rive.RiveLog.LogcatLogger
- Log verbose.
- v(String,Function0) - function in app.rive.RiveLog.NoOpLogger
- Log verbose.
- verifyDrawable(Drawable) - function in android.view.RiveAnimationView
- verifyDrawable(Drawable) - function in android.view.RiveTextureView
- verifyDrawable(Drawable) - function in android.view.RiveView
- VIEW_MODEL - enum entry in app.rive.runtime.kotlin.core.ViewModel.PropertyDataType
- ViewModel - class in app.rive.runtime.kotlin.core
- A description of a ViewModel in the Rive file.
- ViewModel.Property - class in app.rive.runtime.kotlin.core.ViewModel
- A description of a property in the ViewModel.
- ViewModel.PropertyDataType - class in app.rive.runtime.kotlin.core.ViewModel
- ViewModel.PropertyDataType.Companion - class in app.rive.runtime.kotlin.core.ViewModel.PropertyDataType
- ViewModelArtboardProperty - class in app.rive.runtime.kotlin.core
- An artboard property of a ViewModelInstance.
- ViewModelBooleanProperty - class in app.rive.runtime.kotlin.core
- ViewModelColorProperty - class in app.rive.runtime.kotlin.core
- A color property of a ViewModelInstance.
- ViewModelEnumProperty - class in app.rive.runtime.kotlin.core
- An enum property of a ViewModelInstance.
- ViewModelException - class in app.rive.runtime.kotlin.core.errors
- A custom exception signifying a problem with when working with a ViewModel or ViewModelInstance.
- ViewModelImageProperty - class in app.rive.runtime.kotlin.core
- An image property of a ViewModelInstance.
- ViewModelInstance - class in app.rive.runtime.kotlin.core
- Represents an instantiated set of properties on a ViewModel.
- ViewModelInstance - class in app.rive
- A view model instance for data binding which has properties that can be set and observed.
- ViewModelInstance.Companion - class in app.rive.ViewModelInstance
- ViewModelInstance.Transfer - class in app.rive.runtime.kotlin.core.ViewModelInstance
- Wrapper type for transferring a view model instance between Files.
- ViewModelInstanceHandle - class in app.rive.core
- A handle to a view model instance on the CommandServer.
- ViewModelInstanceKt - class in app.rive
- ViewModelInstanceSource - class in app.rive
- The second half of a source for a ViewModelInstance.
- ViewModelInstanceSource.Blank - class in app.rive.ViewModelInstanceSource
- Create a new view model instance with default value initialized properties, e.g.
- ViewModelInstanceSource.Default - class in app.rive.ViewModelInstanceSource
- Create a new view model instance with properties initialized to the values of the instance labelled "Default" in the Rive file.
- ViewModelInstanceSource.Named - class in app.rive.ViewModelInstanceSource
- Create a new view model instance with properties initialized to the values of the instance with the given name.
- ViewModelInstanceSource.Reference - class in app.rive.ViewModelInstanceSource
- Create a reference to an existing child view model instance.
- ViewModelInstanceSource.ReferenceListItem - class in app.rive.ViewModelInstanceSource
- Create a reference to an existing child view model instance within a list at a given index.
- ViewModelListProperty - class in app.rive.runtime.kotlin.core
- A list property of ViewModelInstances.
- ViewModelNumberProperty - class in app.rive.runtime.kotlin.core
- A number property of a ViewModelInstance.
- ViewModelProperty - class in app.rive.runtime.kotlin.core
- A property of type T of a ViewModelInstance.
- ViewModelSource - class in app.rive
- One half of a source for a ViewModelInstance.
- ViewModelSource.DefaultForArtboard - class in app.rive.ViewModelSource
- The default view model for the given artboard.
- ViewModelSource.Named - class in app.rive.ViewModelSource
- A specific view model by name.
- ViewModelStringProperty - class in app.rive.runtime.kotlin.core
- ViewModelTriggerProperty - class in app.rive.runtime.kotlin.core
- A trigger property of a ViewModelInstance.
- ViewModelTriggerProperty.TriggerUnit - class in app.rive.runtime.kotlin.core.ViewModelTriggerProperty
- A type similar to Unit for triggers.