C# Class com.kumakore.sample.NotificationPackage

Afficher le fichier Open project: kumakore/kumakore-sdk Class Usage Examples

Méthodes publiques

Méthode Description
NotificationPackage ( ) : System
ToString ( ) : String
deserialize ( string data ) : void
getIcon ( ) : string
getMessage ( ) : string
getSound ( ) : string
getstring ( string key ) : string
hasValue ( string key ) : bool
serialize ( ) : string
setIcon ( string value ) : void
setMessage ( string value ) : void
setSound ( string value ) : void
setstring ( string key, string value ) : void

Method Details

NotificationPackage() public méthode

public NotificationPackage ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

deserialize() public méthode

public deserialize ( string data ) : void
data string
Résultat void

getIcon() public méthode

public getIcon ( ) : string
Résultat string

getMessage() public méthode

public getMessage ( ) : string
Résultat string

getSound() public méthode

public getSound ( ) : string
Résultat string

getstring() public méthode

public getstring ( string key ) : string
key string
Résultat string

hasValue() public méthode

public hasValue ( string key ) : bool
key string
Résultat bool

serialize() public méthode

public serialize ( ) : string
Résultat string

setIcon() public méthode

public setIcon ( string value ) : void
value string
Résultat void

setMessage() public méthode

public setMessage ( string value ) : void
value string
Résultat void

setSound() public méthode

public setSound ( string value ) : void
value string
Résultat void

setstring() public méthode

public setstring ( string key, string value ) : void
key string
value string
Résultat void