UpdateReward

C# Methods Reference

Signature

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

Parameters

rewardId
string required

No description provided.

title
string

No description provided.

prompt
string

No description provided.

cost
Int32?

No description provided.

backroundColor
string

No description provided.

Return Type

bool

Example

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