Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Audience parameter is ignored for app switch transactions #80

Open
joeycarmello opened this issue May 28, 2015 · 0 comments
Open

Audience parameter is ignored for app switch transactions #80

joeycarmello opened this issue May 28, 2015 · 0 comments

Comments

@joeycarmello
Copy link

The following method does not accept an audience parameter:

 - (void)sendAppSwitchTransactionTo:(NSString *)recipientHandle
               transactionType:(VENTransactionType)type
                        amount:(NSUInteger)amount
                          note:(NSString *)note
             completionHandler:(VENTransactionCompletionHandler)completionHandler

This method is called internally by:

 - (void)sendRequestTo:(NSString *)recipientHandle
                         amount:(NSUInteger)amount
                           note:(NSString *)note
                       audience:(VENTransactionAudience)audience
              completionHandler:(VENTransactionCompletionHandler)handler;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant