getListOfPolicies

Get the list of configured policies

/**
 * Get the list of policies configured in the Cloud4Wi account
 *
 * @param onSuccess - invoked if policies list was successfully obtained
 * @param onError - invoked if exception occurred
 *
 */
- (void) getListOfPolicies: (void (^)(NSArray<Policy *> *policies)) onSuccess
                   onError: (void (^)(NSError *error)) onError;

Last updated