Class SnackbarInstance
An instance of a snackbar message.
public class SnackbarInstance
- Inheritance
-
SnackbarInstance
- Inherited Members
Constructors
SnackbarInstance()
public SnackbarInstance()
Properties
Id
The snackbar's unique id.
public Guid Id { get; set; }
Property Value
Settings
The settings containing all data determining the snackbar's style and behaviour.
public MBSnackbarSettings Settings { get; set; }