refactorisation & last config date @GCM regisitering
This commit is contained in:
parent
fd2e40dcf1
commit
e8a14b6506
9 changed files with 84 additions and 83 deletions
|
|
@ -16,6 +16,8 @@
|
|||
// along with yavsc. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
using System;
|
||||
|
||||
namespace Yavsc.Models.Identity
|
||||
{
|
||||
public interface IGCMDeclaration
|
||||
|
|
@ -25,7 +27,7 @@ namespace Yavsc.Models.Identity
|
|||
string Model { get; set; }
|
||||
string Platform { get; set; }
|
||||
string Version { get; set; }
|
||||
|
||||
DateTime LatestActivityUpdate { get; set; }
|
||||
}
|
||||
|
||||
public interface IGoogleCloudMobileDeclaration: IGCMDeclaration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue