FABAction Constructors
Represents the floating action button’s action object.| Name | Parameters | Description |
|---|---|---|
| FABAction() | none | Initializes a new instance of the FABAction class. |
| FABAction(String, String, String, String) | contextName, actionName, text, imageUrl | Initializes a new instance of the FABAction class. |
| FABAction(String, String, String) | contextName, actionName, text | Initializes a new instance of the FABAction class. |
| FABAction(String, String) | contextName, actionName | Initializes a new instance of the FABAction class. |
See Also