Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
aria::adapters::jni::RecyclerNotification Struct Reference

position is the changed row (the destination for a move); from_position is meaningful only for ItemMoved. More...

#include <JniListSource.hpp>

Public Attributes

RecyclerNotify kind = RecyclerNotify::DataSetChanged
std::size_t position = 0
std::size_t from_position = 0

Detailed Description

position is the changed row (the destination for a move); from_position is meaningful only for ItemMoved.

Positions are sequential replay indices.

Member Data Documentation

◆ kind

RecyclerNotify aria::adapters::jni::RecyclerNotification::kind = RecyclerNotify::DataSetChanged

◆ position

std::size_t aria::adapters::jni::RecyclerNotification::position = 0

◆ from_position

std::size_t aria::adapters::jni::RecyclerNotification::from_position = 0

The documentation for this struct was generated from the following file: