The campaign object represents the live campaigns configured in the Nami Control Center that are available to the device after all campaign filtering and ordering rules are applied.
public class NamiCampaign
{
/// <summary> iOS only </summary>
public string Id { get; private set; }
/// <summary> iOS only </summary>
public string Rule { get; private set; }
public string Paywall { get; private set; }
public string Segment { get; private set; }
/// <summary> Android only </summary>
public NamiCampaignRuleType Type { get; private set; }
public string Value { get; private set; }
}