DSI Platform SDK for iOS
- About the DSI Platform SDK for iOS
The Mobile Enterprise Platform SDK for iOS provides an open interface option to the Mobile Enterprise Platform.
- Class: DSILibrary
Create an instance of the DSILibrary class to interact with the Mobile Enterprise Platform server.
- Class: CommunicationException
This exception is thrown if the library is unable to communicate with the server.
- Class: DSIArgumentException
This exception is thrown if an argument to a message is invalid.
- Class: FunctionCallException
This exception is thrown when a function call fails.
- Class: LogonException
This exception is thrown during the Logon process if there is an issue verifying the user credentials with the server.
- Class: PasswordExpiredException
This exception is thrown during the logon process if the user's password has expired.
- Class: ReplicationException
This exception is thrown when replication fails.
- Class: ServerReplyException
This exception is thrown when the server replies with an error.
- Class: SessionException
This exception is thrown when a call is made that requires the user be logged in, but a session hasn't been established.
- Class: FunctionCallField
A field that will be the input to a Function Call.
- Class: FunctionCallStringField
A Function Call field with a string value.
- Class: FunctionCallStructField
A Function Call field with a struct value.
- Class: FunctionCallTableRow
A row in a Function Call Table.
- Class: FunctionCallTableField
A Function Call field with a table value.
- Enum: FunctionCallStatus
Return values for Call Function.
- Constant: DSILIbrary_FunctionCall_Connector_WebServices
Name for the web services connector that can be used with callFunction with web services.
Loading...
There was a problem loading this topic