refactor XPushMessage and handle it's side affects ...
This commit is contained in:
@@ -7,14 +7,14 @@ namespace xPushService.Models {
|
||||
/// Specify the Type of Push Notification ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public XPushType Type { get; set; }
|
||||
public string Type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Specify the Topic of PushNotification ...
|
||||
/// NOTE: XPushTopic enum contains default Values and User can Extends it ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public int Topic { get; set; }
|
||||
public string Topic { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Specify the Action Name by passing String Values ...
|
||||
|
||||
Reference in New Issue
Block a user