getShadowNodeClass

abstract fun getShadowNodeClass(): Class<out C>

This method should return Class instance that represent type of shadow node that this manager will return from createShadowNodeInstance.

This method will be used in the bridge initialization phase to collect properties exposed using ReactProp (or ReactPropGroup) annotation from the ReactShadowNode subclass specific for native view this manager provides.

Return

Class object that represents type of shadow node used by this view manager.