Update README.md
This commit is contained in:
		
							parent
							
								
									40f3235d61
								
							
						
					
					
						commit
						9f0cc16693
					
				| 
						 | 
					@ -321,7 +321,7 @@ Before displaying the ePaper View Controller (ex. during the your app setup), ca
 | 
				
			||||||
    [Newsmemory setServer:@"SERVER"];
 | 
					    [Newsmemory setServer:@"SERVER"];
 | 
				
			||||||
    [Newsmemory setDelegate:self];
 | 
					    [Newsmemory setDelegate:self];
 | 
				
			||||||
    //if provided set also the API key
 | 
					    //if provided set also the API key
 | 
				
			||||||
    [Newsmemory setAPIkey:@"API_KEY"];
 | 
					    [Newsmemory setAPIKey:@"API_KEY"];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return YES;
 | 
					    return YES;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -383,7 +383,8 @@ end
 | 
				
			||||||
| ------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------- |
 | 
					| ------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------- |
 | 
				
			||||||
| setPSetup           | (required) | the configuration to load for a publication                                                                                        |
 | 
					| setPSetup           | (required) | the configuration to load for a publication                                                                                        |
 | 
				
			||||||
| setServer           | (required) | the Tecnavia endpoint for the publication                                                                                          |
 | 
					| setServer           | (required) | the Tecnavia endpoint for the publication                                                                                          |
 | 
				
			||||||
| setToken            | none       | the auto login token to pass the ePaper                                                                                            |
 | 
					| setAPIKey           | none       | the API key to use the SDK at runtime                                                                                          |
 | 
				
			||||||
 | 
					| setToken            | none       | the auto login token to pass the ePaper                |
 | 
				
			||||||
| setDelegate         | none       | pass the object that will implement the supported method [callbacks](#callbacks)                                                   |
 | 
					| setDelegate         | none       | pass the object that will implement the supported method [callbacks](#callbacks)                                                   |
 | 
				
			||||||
| setNeedsCloseButton | `NO`       | adds a button to the ePaper buttons bar to send to the enclosing app a message to close the ePaper         
 | 
					| setNeedsCloseButton | `NO`       | adds a button to the ePaper buttons bar to send to the enclosing app a message to close the ePaper         
 | 
				
			||||||
| setNeedsSafeArea    | `NO`       | delegates to the SDK the handling of the device safe area |
 | 
					| setNeedsSafeArea    | `NO`       | delegates to the SDK the handling of the device safe area |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue