| EditEvent Class |
[Missing <summary> documentation for "T:Quickblox.Sdk.Modules.NotificationModule.Models.EditEvent"]
Namespace: Quickblox.Sdk.Modules.NotificationModule.Models
The EditEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| Date |
The date of the event.
If the 'event type'=='fixed_date', the date can not be in the past.
| |
| EventName |
The name of the event.
| |
| IsActive |
Marks event as active/inactive
| |
| Message |
Buid message in base64 data with reqqired parameters
| |
| Period |
The period of the event in seconds.
Possible values:
86400 (1 day)
604800 (1 week)
2592000 (1 month)
31557600 (1 year)
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |