Uses of Class
org.robovm.apple.foundation.NSURLQueryItem
| Package | Description |
|---|---|
| org.robovm.apple.authservices | |
| org.robovm.apple.foundation |
-
Uses of NSURLQueryItem in org.robovm.apple.authservices
Methods in org.robovm.apple.authservices that return types with arguments of type NSURLQueryItem Modifier and Type Method Description NSArray<NSURLQueryItem>ASAuthorizationSingleSignOnRequest. getAuthorizationOptions()Method parameters in org.robovm.apple.authservices with type arguments of type NSURLQueryItem Modifier and Type Method Description voidASAuthorizationSingleSignOnRequest. setAuthorizationOptions(NSArray<NSURLQueryItem> v) -
Uses of NSURLQueryItem in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return types with arguments of type NSURLQueryItem Modifier and Type Method Description NSArray<NSURLQueryItem>NSURLComponents. getPercentEncodedQueryItems()NSArray<NSURLQueryItem>NSURLComponents. getQueryItems()Method parameters in org.robovm.apple.foundation with type arguments of type NSURLQueryItem Modifier and Type Method Description voidNSURLComponents. setPercentEncodedQueryItems(NSArray<NSURLQueryItem> v)voidNSURLComponents. setQueryItems(NSArray<NSURLQueryItem> v)