DeckNotify
C# Methods Reference
Signature
public void DeckNotify(string deckId, string title, string description, string color, string soundId)
Parameters
deckId
string required
title
string required
description
string required
color
string
soundId
string
Return Type
void
Example
CPH.DeckNotify(deckId, title, description);
CPH.DeckNotify(deckId, title, description, color, soundId);