gsdsdk / com.gsd.software.sdk.viewparser.dynamicview.view / DynamicViewFragment

DynamicViewFragment

abstract class DynamicViewFragment : Fragment,Listener

Created by Maksim Shumko on 6/26/2020

Constructors

Name Summary
<init> DynamicViewFragment()
Created by Maksim Shumko on 6/26/2020

Properties

Name Summary
dynamicFragmentsFactory abstract val dynamicFragmentsFactory:DynamicFragmentsFactory
dynamicRequestRepository abstract val dynamicRequestRepository:DynamicRequestSource
dynamicViewPreferences abstract val dynamicViewPreferences:DynamicViewPreferences
dynamicViewRepository abstract val dynamicViewRepository:DynamicViewDataSource
nativeFragmentsFactory abstract val nativeFragmentsFactory:NativeFragmentsFactory
recipientsRepository abstract val recipientsRepository:RecipientsDataSource

Functions

Name Summary
onCreateView open fun onCreateView(inflater:LayoutInflater, container:ViewGroup?, savedInstanceState:Bundle?):View?
onDialogItemsSelected open fun onDialogItemsSelected(requestCode:Int, items:List<Token>):Unit
onPause open fun onPause():Unit
onResume open fun onResume():Unit
onViewCreated open fun onViewCreated(view:View, savedInstanceState:Bundle?):Unit

Companion Object Properties

Name Summary
CLASS_NAME const val CLASS_NAME:String
IS_BOTTOM_BAR_ENABLED const val IS_BOTTOM_BAR_ENABLED:String
IS_TAB_VIEW const val IS_TAB_VIEW:String
OBJECT_OVERVIEW_ID const val OBJECT_OVERVIEW_ID:String
PARENT_VIEW_ID const val PARENT_VIEW_ID:String
VIEW_ID const val VIEW_ID:String