UpdateReward

C# Methods Reference

Signature

public bool UpdateReward(string rewardId, string title, string prompt, Int32? cost, string backroundColor)

Parameters

rewardId
string required
title
string
prompt
string
cost
Int32?
backroundColor
string

No description provided.

Return Type

bool

Example

CPH.UpdateReward(rewardId);
CPH.UpdateReward(rewardId, title, prompt, cost, backroundColor);