StorageCrypto Documentation

Enumeration Next​Action

public enum NextAction<Next>  

An enum listing all possible Loop actions.

Enumeration Cases

advance

case advance(to: Next) 

Move to the next page.

`repeat`

case `repeat`

Repeat the same page.

`break`

case `break`

Complete the pagination.