public static AppCenterTask <bool> IsEnabledAsync() { return(new AppCenterTask <bool>(UWPPush.IsEnabledAsync())); }
public static AppCenterTask SetEnabledAsync(bool isEnabled) { return(new AppCenterTask(UWPPush.SetEnabledAsync(isEnabled))); }