The Adjust SDK can listen for remote triggers configured in Adjust and notify your app when a trigger is received. You can use this functionality to react to server-side configured activities and access the trigger metadata within your application.
Configure the remote trigger callback
To listen for remote triggers, you need to configure the AdjustDelegate and implement the remote trigger callback function.
Add the AdjustDelegate protocol
Add the AdjustDelegate declaration to your AppDelegate: