Skip to main content
Corvus Connection

ITiltifyApi

Interface
TheOmenDen.StreamPulse.Scripting.ITiltifyApiRead access to the streamer's tracked Tiltify charity campaign inside a script handler. Failure-safe: no campaign set, an API error, a missing/expired token, or a network fault is logged (with confidential data stripped) and reported as null — it never throws, so a failing call can never crash the host or escape a node. Lets a graph branch on goal progress without a try/catch.

Members

1
  • GetCampaignAsync
    method
    Task<TiltifyCampaignSnapshot> GetCampaignAsync(CancellationToken cancellationToken = default)
    The tracked campaign's current state, or null when no campaign is chosen or on any error.