Gdpr Consent Form Implementation

Discussion in 'Technical Discussion' started by GamerGhost, Sep 28, 2019.

  1. GamerGhost

    GamerGhost Boxer

    Joined:
    Jan 25, 2019
    Messages:
    24
    Likes Received:
    11
    I have implement the GDPR consent forms (two activities) in my game (android version) from Appodeal demo android project.
    However a revoke button is mandatory. I have create a custom button in Buildbox that creates in AdIntegrator.java file the following functions :

    Code:
    public static void buttonActivated(){
    }
    
    public static boolean buttonVisible(){
      return true;
    }
    
    The question is how can I start an activity from buttonActivated()? In fact I must restart the activity circle of GDPR consent forms. However this is not possible from a simple public class like AdIntegrator. Perhaps I must call AdIntegrator.buttonActivated() from PTPlayer but I do not know where and how.
    Has anybody try this?
     
  2. GamerGhost

    GamerGhost Boxer

    Joined:
    Jan 25, 2019
    Messages:
    24
    Likes Received:
    11
    Is anybody here? :)
     

Share This Page