OfferOpened

public void OfferOpened(
    int offer_id,
    Action<int> callback
);

Description

OfferOpened needs to be called when an offer is opened. It is required for linking with a personalized offer’s promotion validity period and is located within TentuPlayOffer.cs.

Parameters

Name Description Required

offer_id

Unique ID assigned to the offer

Required

callback

1 if succeeded, -1 if failed

Required