NSMutableURLRequest(ARTPush)
@interface NSMutableURLRequest (ARTPush)
- (void)setDeviceAuthentication:(ARTDeviceId *)deviceId localDevice:(ARTLocalDevice *)localDevice;
- (void)setDeviceAuthentication:(ARTDeviceId *)deviceId localDevice:(ARTLocalDevice *)localDevice logger:(nullable ARTInternalLog *)logger;
- (void)setDeviceAuthentication:(ARTLocalDevice *)localDevice;
- (void)setDeviceAuthentication:(ARTLocalDevice *)localDevice logger:(nullable ARTInternalLog *)logger;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)setDeviceAuthentication:(ARTDeviceId *)deviceId localDevice:(ARTLocalDevice *)localDevice;
Swift
func setDeviceAuthentication(_ deviceId: String, localDevice: ARTLocalDevice)
-
Undocumented
Declaration
Objective-C
- (void)setDeviceAuthentication:(ARTDeviceId *)deviceId localDevice:(ARTLocalDevice *)localDevice logger:(nullable ARTInternalLog *)logger;
Swift
func setDeviceAuthentication(_ deviceId: String, localDevice: ARTLocalDevice, logger: InternalLog?)
-
Undocumented
Declaration
Objective-C
- (void)setDeviceAuthentication:(ARTLocalDevice *)localDevice;
Swift
func setDeviceAuthentication(_ localDevice: ARTLocalDevice)
-
Undocumented
Declaration
Objective-C
- (void)setDeviceAuthentication:(ARTLocalDevice *)localDevice logger:(nullable ARTInternalLog *)logger;
Swift
func setDeviceAuthentication(_ localDevice: ARTLocalDevice, logger: InternalLog?)