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,6 +383,7 @@ 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 |
|
||||||
|
| setAPIKey | none | the API key to use the SDK at runtime |
|
||||||
| setToken | none | the auto login token to pass the ePaper |
|
| 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
|
||||||
|
|
Loading…
Reference in New Issue