Click or drag to resize

SimplePullToRefreshSceneEntry Class

Hookup between the DrawerCommandPanel and the adapter to isolate example code from demo-ing and navigation code. See SimplePullToRefreshExample for additional info
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Com.ForbiddenByte.OSA.Demos.Common.SceneEntriesSceneEntrySimplePullToRefreshExample, MyParams, MyViewsHolder
            Com.ForbiddenByte.OSA.Demos.SimplePullToRefreshSimplePullToRefreshSceneEntry

Namespace:  Com.ForbiddenByte.OSA.Demos.SimplePullToRefresh
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class SimplePullToRefreshSceneEntry : SceneEntry<SimplePullToRefreshExample, MyParams, MyViewsHolder>

The SimplePullToRefreshSceneEntry type exposes the following members.

Constructors
Methods
  NameDescription
Protected methodInitDrawer (Overrides SceneEntryTAdapter, TParams, TViewsHolderInitDrawer.)
Protected methodOnAddItemRequested (Overrides SceneEntryTAdapter, TParams, TViewsHolderOnAddItemRequested(TAdapter, Int32).)
Protected methodOnAllAdaptersInitialized (Overrides SceneEntryTAdapter, TParams, TViewsHolderOnAllAdaptersInitialized.)
Protected methodOnItemCountChangeRequested (Overrides SceneEntryTAdapter, TParams, TViewsHolderOnItemCountChangeRequested(TAdapter, Int32).)
Public methodOnPullReleased
Exposed for the PullToRefreshBehaviour script
Protected methodOnRemoveItemRequested (Overrides SceneEntryTAdapter, TParams, TViewsHolderOnRemoveItemRequested(TAdapter, Int32).)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also