MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Class Methods | List of all members
NSString(UrlRequest) Category Reference

#include <NSString+UrlRequest.h>

Class Methods

(nullable NSString *) + mp_stringWithContentsOfURL:encoding:error:
 
(nullable NSString *) + mp_stringWithContentsOfURL:ifModifiedSince:encoding:error:response:
 

Method Documentation

◆ mp_stringWithContentsOfURL:encoding:error:

+ (nullable NSString *) mp_stringWithContentsOfURL: (nonnull NSURL *) url
encoding: (NSStringEncoding) enc
error: (NSError *_Nullable *_Nullable) error 

◆ mp_stringWithContentsOfURL:ifModifiedSince:encoding:error:response:

+ (nullable NSString *) mp_stringWithContentsOfURL: (nonnull NSURL *) url
ifModifiedSince: (NSDate *_Nullable) ifModifiedSinceDate
encoding: (NSStringEncoding) enc
error: (NSError *_Nullable __autoreleasing *_Nullable) error
response: (NSHTTPURLResponse *_Nullable __autoreleasing *_Nullable) response