Interface SwrveClipboardButtonListener


  • public interface SwrveClipboardButtonListener
    Implement this interface to handle the feedback used by your app as a result of an in-app copy-to-clipboard button. Note: the methods in this interface will be invoked from the UI thread.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onAction​(java.lang.String clipboardContents)
      This method is invoked when a clipboard button has been pressed on an in-app message.
    • Method Detail

      • onAction

        void onAction​(java.lang.String clipboardContents)
        This method is invoked when a clipboard button has been pressed on an in-app message.
        Parameters:
        clipboardContents - text contents that been copied to clipboard