pagerId (property)

The identifying number of the pager to send a Message to.

Syntax

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

Default Value

""

Remarks

This property contains the identifying number of the pager to send a Message to. Additional information such as a password or a PIN may be appended to this property depending upon server requirements.

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