Contains the PullToRefresh class, which represents a Layout that contains the UI pattern for pull-to-refresh

Hierarchy

  • ContentView
    • PullToRefresh

Constructors

  • Returns PullToRefresh

Properties

android: any

Gets the native android widget that represents the user interface for this component. Valid only when running on Android OS.

ios: any

Because of iOS specific this returns the basic UIView. In order to access UIRefreshControl use the refreshControl property!

refreshControl?: any

Returns the native iOS UIRefreshControl

refreshing: boolean
refreshEvent: string

String value used when hooking to the onRefresh event.