Struct PopupCallbacks
public struct PopupCallbacks
- Inherited Members
Constructors
PopupCallbacks(ToastPopupButtonPressed?, ToastPopupButtonPressed?, ToastPopupButtonPressed?, ToastPopupButtonPressed?)
public PopupCallbacks(ToastPopupButtonPressed? button1 = null, ToastPopupButtonPressed? button2 = null, ToastPopupButtonPressed? button3 = null, ToastPopupButtonPressed? button4 = null)
Parameters
button1ToastPopupButtonPressedbutton2ToastPopupButtonPressedbutton3ToastPopupButtonPressedbutton4ToastPopupButtonPressed
Fields
Button1
public ToastPopupButtonPressed? Button1
Field Value
Button2
public ToastPopupButtonPressed? Button2
Field Value
Button3
public ToastPopupButtonPressed? Button3
Field Value
Button4
public ToastPopupButtonPressed? Button4