Interface IFIAMPopupHandler
Implement this interface to handle button taps from FIAM popups. Pass the implementation to RegisterPopupHandler(IFIAMPopupHandler).
public interface IFIAMPopupHandler
Methods
- Process(FIAMButton?, FIAMMetadata?)
Called when the user taps a popup button. Both parameters may be null for dismiss actions.