refabrique
This commit is contained in:
13
Yavsc.Client/IGoogleCloudMobileDeclaration.cs
Normal file
13
Yavsc.Client/IGoogleCloudMobileDeclaration.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace Yavsc.Models.Identity
|
||||
{
|
||||
public interface IGoogleCloudMobileDeclaration
|
||||
{
|
||||
string DeviceId { get; set; }
|
||||
IApplicationUser DeviceOwner { get; set; }
|
||||
string DeviceOwnerId { get; set; }
|
||||
string GCMRegistrationId { get; set; }
|
||||
string Model { get; set; }
|
||||
string Platform { get; set; }
|
||||
string Version { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user