Class ReferralChallengeListener

  • All Implemented Interfaces:
    android.view.View.OnClickListener

    public class ReferralChallengeListener
    extends java.lang.Object
    implements android.view.View.OnClickListener
    Listener that handles sharing of referral code to valid apps

    TODO: convert to fragment

    • Constructor Summary

      Constructors 
      Constructor Description
      ReferralChallengeListener​(android.app.Activity activity, com.google.gson.JsonObject responseSetting)
      Default constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onClick​(android.view.View view)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReferralChallengeListener

        public ReferralChallengeListener​(android.app.Activity activity,
                                         com.google.gson.JsonObject responseSetting)
        Default constructor
        Parameters:
        activity - host Activity
        responseSetting - response setting
    • Method Detail

      • onClick

        public void onClick​(android.view.View view)
        Specified by:
        onClick in interface android.view.View.OnClickListener