Package com.leia.sdk.views
Class RecyclerViewAsset.Item
- java.lang.Object
-
- com.leia.sdk.views.RecyclerViewAsset.Item
-
- Enclosing class:
- RecyclerViewAsset
public static class RecyclerViewAsset.Item extends Object
Defines lifetime of a ViewportView binding.- See Also:
#add(int, ViewportView, Bitmap, ViewportConfig)
-
-
Field Summary
Fields Modifier and Type Field Description RecyclerViewAsset.ViewportConfig
config
Currently should not be modified, updates are not properly synced with the GL thread.
-
-
-
Field Detail
-
config
public final RecyclerViewAsset.ViewportConfig config
Currently should not be modified, updates are not properly synced with the GL thread.
-
-