如何知道寄存离子2

时间:2017-04-28 13:25:35

标签: ionic-framework ionic2-select

如何知道离子2中的设备是否已在代码中注册?我目前有这个:

private registerToken(){
    this.push.register().then((t: PushToken) => {
        return this.push.saveToken(t,{
            ignore_user: true
        });
    }).then((t: PushToken) => {
        console.log('Token saved:', t.token);
    });
}

0 个答案:

没有答案