From 8c18fc50af23695d085bac92dba80b273489e79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Fri, 20 Oct 2017 14:47:05 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0eb4585..793865c 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,18 @@ Use the native Firebase SDK in Axway Titanium. This repository is part of the [T - `value` (String) - `name` (String) -##### `setScreenNameAndScreenClass(parameters)` +##### `setScreenNameAndScreenClass(parameters)` (iOS-only) - `parameters` (Dictionary) - `screenName` (String) - `screenClass` (String) #### Properties -##### `appInstanceID` (String, get) +##### `appInstanceID` (String, get, iOS-only) -##### `userID` (String, set) +##### `userID` (String, set, iOS-only) -##### `enabled` (Boolean, set) +##### `enabled` (Boolean, set, iOS-only) ## Example ```js