Hydrogen Framework
1.3.1
|
A drop in implementation of the Hydrogen.Plugins.TestFlight manager. It implements advanced features included with TestFlight allowing for proper session tracking and reporting. More...
Public Member Functions | |
void | AddCustomEnvironmentInformation (string key, string data) |
Adds an entry into the Key-Value store for this TestFlight session. More... | |
void | Log (string message) |
Send a message to TestFlight to appear in it's console. More... | |
void | LogAsync (string message) |
Send a message to TestFlight asynchronously to appear in it's console. More... | |
void | PassCheckpoint (string checkpoint) |
Report to TestFlight that the session has passed a Checkpoint. More... | |
void | SubmitFeedback (string message) |
Submits a feedback message for the App to TestFlight. More... | |
Static Public Member Functions | |
static bool | Exists () |
Does a TestFlight manager instance exist? More... | |
Public Attributes | |
bool | Persistent = true |
Should this TestFlight manager survive scene switches. More... | |
string | TokenAndroid = "" |
The TestFlight token for Android. More... | |
string | TokenIOS = "" |
The TestFlight token iOS. More... | |
Properties | |
static hTestFlight | Instance [get] |
Gets the TestFlight interface instance. More... | |
A drop in implementation of the Hydrogen.Plugins.TestFlight manager. It implements advanced features included with TestFlight allowing for proper session tracking and reporting.
Definition at line 37 of file hTestFlight.cs.
void hTestFlight.AddCustomEnvironmentInformation | ( | string | key, |
string | data | ||
) |
Adds an entry into the Key-Value store for this TestFlight session.
key | The Key. |
data | The Value. |
Definition at line 107 of file hTestFlight.cs.
|
static |
Does a TestFlight manager instance exist?
Definition at line 96 of file hTestFlight.cs.
void hTestFlight.Log | ( | string | message | ) |
Send a message to TestFlight to appear in it's console.
message | The Message. |
Definition at line 129 of file hTestFlight.cs.
void hTestFlight.LogAsync | ( | string | message | ) |
Send a message to TestFlight asynchronously to appear in it's console.
message | The Message. |
Definition at line 147 of file hTestFlight.cs.
void hTestFlight.PassCheckpoint | ( | string | checkpoint | ) |
Report to TestFlight that the session has passed a Checkpoint.
checkpoint | The Checkpoint name. |
Definition at line 165 of file hTestFlight.cs.
void hTestFlight.SubmitFeedback | ( | string | message | ) |
Submits a feedback message for the App to TestFlight.
message | The feedback message. |
Definition at line 183 of file hTestFlight.cs.
bool hTestFlight.Persistent = true |
Should this TestFlight manager survive scene switches.
Definition at line 42 of file hTestFlight.cs.
string hTestFlight.TokenAndroid = "" |
The TestFlight token for Android.
Definition at line 46 of file hTestFlight.cs.
string hTestFlight.TokenIOS = "" |
The TestFlight token iOS.
Definition at line 50 of file hTestFlight.cs.
|
staticget |
Gets the TestFlight interface instance.
The TestFlight interface
Definition at line 72 of file hTestFlight.cs.