Skip to content
Mark Lee edited this page Aug 15, 2018 · 4 revisions

Just as in Rock, Avalanche uses the concept of blocks. Avalanche plugin blocks extend the AvalancheBlock or AvalancheBlockCustomSettings and Avalanche app blocks implement IRenderable. The plugin tells the app what to display with a set of attributes passed in. These attributes are automapped to properties to Xamarin views or used by the app blocks to change functionality.

The blocks in this list refer to the blocks in the app, and not to the blocks in the plugin. This list is more of a technical document rather than a tutorial.

Clone this wiki locally