callerId (property)

The identifier of the caller.

Syntax

@property (nonatomic,readwrite,assign,getter=callerId,setter=setCallerId:) NSString* callerId;
- (NSString*)callerId;
- (void)setCallerId:(NSString*)newCallerId;
public var callerId: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the identifier of the caller. This may also provide authentication to the SNPP server and may include other authentication information as requested by the server you are connecting to.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]