dropping GCM support
This commit is contained in:
parent
02160f1eaf
commit
df9ff16c5c
36 changed files with 6228 additions and 149 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Newtonsoft.Json;
|
||||
|
|
@ -7,10 +7,8 @@ namespace Yavsc.Models.Identity
|
|||
{
|
||||
[JsonObject]
|
||||
|
||||
public class GoogleCloudMobileDeclaration : IGCMDeclaration {
|
||||
public class DeviceDeclaration : IMobileDeviceDeclaration {
|
||||
|
||||
[Required]
|
||||
public string GCMRegistrationId { get; set; }
|
||||
|
||||
[Key,Required]
|
||||
public string DeviceId { get; set; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue