+

Search Tips | Advanced Search


WLWebFrameworkInitResult Class Reference

Inherits from NSObject
Declared in WLWebFrameworkInitResult.h

The result object containing information about the IBM MobileFirst Platform web framework initialization status. .


Tasks

        statusCode
      	
      	property
      	
      
      	
      		

          message
        	
        	property
        	
        
        	
        		


        Properties


        data

        Additional web framework initialization data, e.g. the amount of required space on the device.

          @property (nonatomic, strong, readonly) NSDictionary *data
          
              
          	
          	
          	
          	
          	
          	
          	
          	
          


          Discussion

          When the StatusCode WLWebFrameworkInitResultFailureNotEnoughSpace is returned, accessing the data dictionary with the string “spaceRequired” as key returns the amount of required space, in bytes.


          Declared In

          WLWebFrameworkInitResult.h


          message

          The IBM MobileFirst Platform web framework initialization message.

            @property (nonatomic, copy, readonly) NSString *message
            
                
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            


            Declared In

            WLWebFrameworkInitResult.h


            statusCode

            The IBM MobileFirst Platform web framework initialization status code.

              @property (nonatomic, assign, readonly) StatusCode statusCode
              
                  
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              


              Declared In

              WLWebFrameworkInitResult.h


              © Copyright IBM Corp. 2017