C# Class com.kumakore.sample.NotificationPackage

Show file Open project: kumakore/kumakore-sdk Class Usage Examples

Public Methods

Method 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 method

public NotificationPackage ( ) : System
return System

ToString() public method

public ToString ( ) : String
return String

deserialize() public method

public deserialize ( string data ) : void
data string
return void

getIcon() public method

public getIcon ( ) : string
return string

getMessage() public method

public getMessage ( ) : string
return string

getSound() public method

public getSound ( ) : string
return string

getstring() public method

public getstring ( string key ) : string
key string
return string

hasValue() public method

public hasValue ( string key ) : bool
key string
return bool

serialize() public method

public serialize ( ) : string
return string

setIcon() public method

public setIcon ( string value ) : void
value string
return void

setMessage() public method

public setMessage ( string value ) : void
value string
return void

setSound() public method

public setSound ( string value ) : void
value string
return void

setstring() public method

public setstring ( string key, string value ) : void
key string
value string
return void