refactor XPushMessage and handle it's side affects ...
This commit is contained in:
@@ -6,9 +6,11 @@ namespace xPushService.Constants {
|
||||
/// </summary>
|
||||
public enum XPushType {
|
||||
/// System Type Notifications Relate Only to System
|
||||
[StringValue("system")]
|
||||
System,
|
||||
|
||||
/// User Specific Types Of Push Notifications
|
||||
[StringValue("user")]
|
||||
User
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user