Package apple.gamekit

Interface GKLocalPlayer.Block_generateIdentityVerificationSignatureWithCompletionHandler

  • Enclosing class:
    GKLocalPlayer

    public static interface GKLocalPlayer.Block_generateIdentityVerificationSignatureWithCompletionHandler
    • Method Detail

      • call_generateIdentityVerificationSignatureWithCompletionHandler

        void call_generateIdentityVerificationSignatureWithCompletionHandler​(NSURL publicKeyUrl,
                                                                             NSData signature,
                                                                             NSData salt,
                                                                             long timestamp,
                                                                             NSError error)