IAppNavigator

Overview

This interface must be implemented by you if you want to use Internal Link campaigns in your application. This interface is used by our SDK to perform navigate to a given link. Since each application is unique we cannot provide any out of the box implementation of this interface.

UniTask NavigateTo(string link);

The method should initiate a navigate to the given link. And end its execution after the navigation has occurred. After that, the campaign will be considered completed.

Related articles

MagifyManager․Logging

IMinimalAdsMediator

LimitedTimeOfferBase

ICampaignHandler

API Collection

App Features