Signature

public void DeckNotify(string deckId, string title, string description, string color, string soundId)

Parameters

deckId
string required

No description provided.

title
string required

No description provided.

description
string required

No description provided.

color
string

No description provided.

soundId
string

No description provided.

Return Type

void

Example

CPH.DeckNotify(deckId, title, description);
CPH.DeckNotify(deckId, title, description, color, soundId);