API ReferenceSandbox
public sealed struct Sandbox.StreamPrediction
Methods
Showing 3 methods
public System.Threading.Tasks.Task`1<Sandbox.StreamPrediction> Cancel()
Cancel this prediction
public System.Threading.Tasks.Task`1<Sandbox.StreamPrediction> Lock()
Lock this prediction
public System.Threading.Tasks.Task`1<Sandbox.StreamPrediction> Resolve()
Resolve this prediction and choose winning outcome to pay out channel points
No results match this filter.
Properties
Showing 12 properties
public string Sandbox.StreamPrediction.BroadcasterId { get; set; }
public string Sandbox.StreamPrediction.BroadcasterLogin { get; set; }
public string Sandbox.StreamPrediction.BroadcasterName { get; set; }
public System.DateTimeOffset Sandbox.StreamPrediction.CreatedAt { get; set; }
public System.DateTimeOffset Sandbox.StreamPrediction.EndedAt { get; set; }
public string Sandbox.StreamPrediction.Id { get; set; }
public System.DateTimeOffset Sandbox.StreamPrediction.LockedAt { get; set; }
public Sandbox.StreamPrediction.Outcome[] Sandbox.StreamPrediction.Outcomes { get; set; }
public int Sandbox.StreamPrediction.PredictionWindow { get; set; }
public string Sandbox.StreamPrediction.Status { get; set; }
public string Sandbox.StreamPrediction.Title { get; set; }
public string Sandbox.StreamPrediction.WinningOutcomeId { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.StreamPrediction |