AgentSDKDeviceUser
IntroductionThe AgentSDKDeviceUser object defines an interface for dealing with user and company information. MethodspreventUnenrollment- (BOOL) preventUnenrollment; DiscussionSet to YES if Enrollment is prohibited.
uploadLogFile-(void) uploadLogFile; DiscussionUploads log file to FTP support site.
user+ (AgentSDKDeviceUser*) user; Return ValueA new autoreleased device config object. DiscussionGets the device user object.
Properties
companyIconImageLocationOnDevice@property(nonatomic, readonly) NSString *companyIconImageLocationOnDevice; DiscussionThe location at which the company's icon is stored on the device.
companyName@property(nonatomic, readonly) NSString *companyName; DiscussionThe name of the company the user belongs to.
companyPhone@property(nonatomic, readonly) NSString *companyPhone; DiscussionThe main phone number of the company the user belongs to.
companySupportEmail@property(nonatomic, readonly) NSString *companySupportEmail; DiscussionThe support email of the company the user belongs to.
companySupportPhone@property(nonatomic, readonly) NSString *companySupportPhone; DiscussionThe support phone number of the company the user belongs to.
department@property(nonatomic, readonly) NSString *department; DiscussionThe users department within the company.
domainName@property(nonatomic, readonly) NSString *domainName; DiscussionThe user's domain name.
emailAddress@property(nonatomic, readonly) NSString *emailAddress; DiscussionThe user's email address.
employeeID@property(nonatomic, readonly) NSString *employeeID; DiscussionThe identifier of the employee.
firstName@property(nonatomic, readonly) NSString *firstName; DiscussionThe users first name.
lastName@property(nonatomic, readonly) NSString *lastName; DiscussionThe users last name.
phoneNumber@property(nonatomic, readonly) NSString *phoneNumber; DiscussionThe users phone number.
UPN@property(nonatomic, readonly) NSString *UPN; DiscussionThe user's principal name(UPN).
userName@property(nonatomic, readonly) NSString *userName; DiscussionThe username of the user.
|