DeckNotify

C# Methods Reference

public void DeckNotify(string deckId, string title, string description, string color, string soundId)
deckId
string required
title
string required
description
string required
color
string
soundId
string
void
CPH.DeckNotify(deckId, title, description);
CPH.DeckNotify(deckId, title, description, color, soundId);