PKPushRegistryDelegate.DidUpdatePushCredentials Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("pushRegistry:didUpdatePushCredentials:forType:")]
public abstract void DidUpdatePushCredentials (PushKit.PKPushRegistry registry, PushKit.PKPushCredentials credentials, string type);
abstract member DidUpdatePushCredentials : PushKit.PKPushRegistry * PushKit.PKPushCredentials * string -> unit
Parameters
- registry
- PKPushRegistry
- credentials
- PKPushCredentials
- type
- String
Implements
- Attributes