SKArcadeServiceSubscriptionHandler Delegate
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.
public delegate void SKArcadeServiceSubscriptionHandler(NSData? subscriptionStatus, uint subscriptionStatusLength, NSData? cmacOfNonce, uint cmacOfNonceLength, NSError? error);
type SKArcadeServiceSubscriptionHandler = delegate of NSData * uint32 * NSData * uint32 * NSError -> unit
Parameters
- subscriptionStatus
- NSData
- subscriptionStatusLength
- UInt32
- cmacOfNonce
- NSData
- cmacOfNonceLength
- UInt32
- error
- NSError