onFetchDataInitialize

abstract fun onFetchDataInitialize()

Stub to trigger the loading of data, by default this is only called when supportViewAdapter has no data in its underlying source.

This is called when the fragment reaches it's onResume state

See also