Show / Hide Table of Contents

Class Utilities

Utilities functions.

Inheritance
object
Utilities
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ntfy
Assembly: ntfy.dll
Syntax
public static class Utilities

Methods

| Improve this Doc View Source

GenerateRandomSendingMessagee(bool, string, string)

Declaration
public static SendingMessage GenerateRandomSendingMessagee(bool useWords = false, string email = "", string attachementsUrl = "")
Parameters
Type Name Description
bool useWords
string email
string attachementsUrl
Returns
Type Description
SendingMessage
| Improve this Doc View Source

GenerateRandomTopic(bool)

Generate a random topic name.

Declaration
public static string GenerateRandomTopic(bool useWords = false)
Parameters
Type Name Description
bool useWords

Whether the topic should be human-readable words. Default: false.

Returns
Type Description
string

A random topic name.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX