mirror of
https://github.com/mixpanel/mixpanel-swift
synced 2026-04-21 13:37:18 +00:00
Update docs
This commit is contained in:
parent
248fcb95d9
commit
aca22aee2e
112 changed files with 5400 additions and 9913 deletions
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>
|
||||
<a title="Classes Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -403,8 +390,8 @@ the main Mixpanel instance.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/Group" class="dashAnchor"></a>
|
||||
<a title="Group Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Group</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">Group</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -222,7 +210,7 @@ the main Mixpanel instance.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC3set10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/set(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC3set10propertiesySDySSAA0A4Type_pG_tF">set(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC3set10propertiesySDySSAA0A4Type_pG_tF">set(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -273,7 +261,7 @@ value is overwritten. Other existing properties will not be affected.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC3set8property2toySS_AA0A4Type_ptF"></a>
|
||||
<a name="//apple_ref/swift/Method/set(property:to:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC3set8property2toySS_AA0A4Type_ptF">set(property:to:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC3set8property2toySS_AA0A4Type_ptF">set(property:<wbr>to:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -334,7 +322,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC7setOnce10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/setOnce(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC7setOnce10propertiesySDySSAA0A4Type_pG_tF">setOnce(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC7setOnce10propertiesySDySSAA0A4Type_pG_tF">setOnce(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -385,7 +373,7 @@ data about dates representing the first time something happened.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC5unset8propertyySS_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/unset(property:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC5unset8propertyySS_tF">unset(property:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC5unset8propertyySS_tF">unset(property:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -433,7 +421,7 @@ data about dates representing the first time something happened.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC6remove3key5valueySS_AA0A4Type_ptF"></a>
|
||||
<a name="//apple_ref/swift/Method/remove(key:value:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC6remove3key5valueySS_AA0A4Type_ptF">remove(key:value:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC6remove3key5valueySS_AA0A4Type_ptF">remove(key:<wbr>value:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -482,7 +470,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC5union3key6valuesySS_SayAA0A4Type_pGtF"></a>
|
||||
<a name="//apple_ref/swift/Method/union(key:values:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC5union3key6valuesySS_SayAA0A4Type_pGtF">union(key:values:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC5union3key6valuesySS_SayAA0A4Type_pGtF">union(key:<wbr>values:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -557,8 +545,8 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/Mixpanel" class="dashAnchor"></a>
|
||||
<a title="Mixpanel Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Mixpanel</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">Mixpanel</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -212,7 +200,7 @@
|
|||
<code>
|
||||
<a name="/s:8MixpanelAAC10initialize5token13launchOptions13flushInterval12instanceName21automaticPushTracking06optOutL9ByDefaultAA0A8InstanceCSS_SDySo019UIApplicationLaunchE3KeyaypGSgSdSSS2btFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/initialize(token:launchOptions:flushInterval:instanceName:automaticPushTracking:optOutTrackingByDefault:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8MixpanelAAC10initialize5token13launchOptions13flushInterval12instanceName21automaticPushTracking06optOutL9ByDefaultAA0A8InstanceCSS_SDySo019UIApplicationLaunchE3KeyaypGSgSdSSS2btFZ">initialize(token:launchOptions:flushInterval:instanceName:automaticPushTracking:optOutTrackingByDefault:)</a>
|
||||
<a class="token" href="#/s:8MixpanelAAC10initialize5token13launchOptions13flushInterval12instanceName21automaticPushTracking06optOutL9ByDefaultAA0A8InstanceCSS_SDySo019UIApplicationLaunchE3KeyaypGSgSdSSS2btFZ">initialize(token:<wbr>launchOptions:<wbr>flushInterval:<wbr>instanceName:<wbr>automaticPushTracking:<wbr>optOutTrackingByDefault:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -327,7 +315,7 @@ You can always get the instance by calling getInstance(name)</p>
|
|||
<code>
|
||||
<a name="/"></a>
|
||||
<a name="//apple_ref/swift/Method/initialize(token:flushInterval:instanceName:optOutTrackingByDefault:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/">initialize(token:flushInterval:instanceName:optOutTrackingByDefault:)</a>
|
||||
<a class="token" href="#/">initialize(token:<wbr>flushInterval:<wbr>instanceName:<wbr>optOutTrackingByDefault:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -356,7 +344,7 @@ the instances with an instanceName. Then they can be reached by calling getInsta
|
|||
<code>
|
||||
<a name="/s:8MixpanelAAC11getInstance4nameAA0aC0CSgSS_tFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/getInstance(name:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8MixpanelAAC11getInstance4nameAA0aC0CSgSS_tFZ">getInstance(name:)</a>
|
||||
<a class="token" href="#/s:8MixpanelAAC11getInstance4nameAA0aC0CSgSS_tFZ">getInstance(name:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -439,7 +427,7 @@ the instances with an instanceName. Then they can be reached by calling getInsta
|
|||
<code>
|
||||
<a name="/s:8MixpanelAAC15setMainInstance4nameySS_tFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/setMainInstance(name:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8MixpanelAAC15setMainInstance4nameySS_tFZ">setMainInstance(name:)</a>
|
||||
<a class="token" href="#/s:8MixpanelAAC15setMainInstance4nameySS_tFZ">setMainInstance(name:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -485,7 +473,7 @@ the instances with an instanceName. Then they can be reached by calling getInsta
|
|||
<code>
|
||||
<a name="/s:8MixpanelAAC14removeInstance4nameySS_tFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/removeInstance(name:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8MixpanelAAC14removeInstance4nameySS_tFZ">removeInstance(name:)</a>
|
||||
<a class="token" href="#/s:8MixpanelAAC14removeInstance4nameySS_tFZ">removeInstance(name:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -531,8 +519,8 @@ the instances with an instanceName. Then they can be reached by calling getInsta
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/MixpanelNotificationServiceExtension" class="dashAnchor"></a>
|
||||
<a title="MixpanelNotificationServiceExtension Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelNotificationServiceExtension</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">MixpanelNotificationServiceExtension</span> <span class="p">:</span> <span class="kt">UNNotificationServiceExtension</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -212,7 +200,7 @@
|
|||
<code>
|
||||
<a name="/c:@M@Mixpanel@objc(cs)MixpanelNotificationServiceExtension(im)didReceiveNotificationRequest:withContentHandler:"></a>
|
||||
<a name="//apple_ref/swift/Method/didReceive(_:withContentHandler:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@M@Mixpanel@objc(cs)MixpanelNotificationServiceExtension(im)didReceiveNotificationRequest:withContentHandler:">didReceive(_:withContentHandler:)</a>
|
||||
<a class="token" href="#/c:@M@Mixpanel@objc(cs)MixpanelNotificationServiceExtension(im)didReceiveNotificationRequest:withContentHandler:">didReceive(_:<wbr>withContentHandler:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/MixpanelPushNotifications" class="dashAnchor"></a>
|
||||
<a title="MixpanelPushNotifications Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelPushNotifications</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MixpanelPushNotifications</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -212,7 +200,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A17PushNotificationsC02isaB12NotificationySbSo21UNNotificationContentCFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/isMixpanelPushNotification(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A17PushNotificationsC02isaB12NotificationySbSo21UNNotificationContentCFZ">isMixpanelPushNotification(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A17PushNotificationsC02isaB12NotificationySbSo21UNNotificationContentCFZ">isMixpanelPushNotification(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -239,7 +227,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A17PushNotificationsC10trackEvent_10properties7requestySS_SDySSAA0A4Type_pGSo21UNNotificationRequestCtFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/trackEvent(_:properties:request:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A17PushNotificationsC10trackEvent_10properties7requestySS_SDySSAA0A4Type_pGSo21UNNotificationRequestCtFZ">trackEvent(_:properties:request:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A17PushNotificationsC10trackEvent_10properties7requestySS_SDySSAA0A4Type_pGSo21UNNotificationRequestCtFZ">trackEvent(_:<wbr>properties:<wbr>request:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/People" class="dashAnchor"></a>
|
||||
<a title="People Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>People</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">People</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -257,7 +245,7 @@ current time for all $set, $append, and $add operations</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC18addPushDeviceTokenyy10Foundation4DataVF"></a>
|
||||
<a name="//apple_ref/swift/Method/addPushDeviceToken(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC18addPushDeviceTokenyy10Foundation4DataVF">addPushDeviceToken(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC18addPushDeviceTokenyy10Foundation4DataVF">addPushDeviceToken(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -340,7 +328,7 @@ in conjunction with a call to <code>reset</code>, or when a user is logging out.
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC21removePushDeviceTokenyy10Foundation4DataVF"></a>
|
||||
<a name="//apple_ref/swift/Method/removePushDeviceToken(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC21removePushDeviceTokenyy10Foundation4DataVF">removePushDeviceToken(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC21removePushDeviceTokenyy10Foundation4DataVF">removePushDeviceToken(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -390,7 +378,7 @@ in conjunction with a call to <code>reset</code>, or when a user is logging out.
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC3set10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/set(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC3set10propertiesySDySSAA0A4Type_pG_tF">set(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC3set10propertiesySDySSAA0A4Type_pG_tF">set(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -449,7 +437,7 @@ value is overwritten. Other existing properties will not be affected.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC3set8property2toySS_AA0A4Type_ptF"></a>
|
||||
<a name="//apple_ref/swift/Method/set(property:to:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC3set8property2toySS_AA0A4Type_ptF">set(property:to:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC3set8property2toySS_AA0A4Type_ptF">set(property:<wbr>to:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -510,7 +498,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC7setOnce10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/setOnce(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC7setOnce10propertiesySDySSAA0A4Type_pG_tF">setOnce(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC7setOnce10propertiesySDySSAA0A4Type_pG_tF">setOnce(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -562,7 +550,7 @@ representing the first time something happened.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC5unset10propertiesySaySSG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/unset(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC5unset10propertiesySaySSG_tF">unset(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC5unset10propertiesySaySSG_tF">unset(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -612,7 +600,7 @@ that don’t exist there will be no effect.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC9increment10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/increment(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC9increment10propertiesySDySSAA0A4Type_pG_tF">increment(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC9increment10propertiesySDySSAA0A4Type_pG_tF">increment(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -662,7 +650,7 @@ will be set to the increment amount. Property values must be number objects.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC9increment8property2byySS_SdtF"></a>
|
||||
<a name="//apple_ref/swift/Method/increment(property:by:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC9increment8property2byySS_SdtF">increment(property:by:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC9increment8property2byySS_SdtF">increment(property:<wbr>by:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -721,7 +709,7 @@ amount.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC6append10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/append(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC6append10propertiesySDySSAA0A4Type_pG_tF">append(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC6append10propertiesySDySSAA0A4Type_pG_tF">append(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -770,7 +758,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC6remove10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/remove(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC6remove10propertiesySDySSAA0A4Type_pG_tF">remove(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC6remove10propertiesySDySSAA0A4Type_pG_tF">remove(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -819,7 +807,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC5union10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/union(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC5union10propertiesySDySSAA0A4Type_pG_tF">union(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC5union10propertiesySDySSAA0A4Type_pG_tF">union(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -867,7 +855,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC11trackCharge6amount10propertiesySd_SDySSAA0A4Type_pGSgtF"></a>
|
||||
<a name="//apple_ref/swift/Method/trackCharge(amount:properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC11trackCharge6amount10propertiesySd_SDySSAA0A4Type_pGSgtF">trackCharge(amount:properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC11trackCharge6amount10propertiesySd_SDySSAA0A4Type_pGSgtF">trackCharge(amount:<wbr>properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -984,8 +972,8 @@ revenue analytics to see which products are generating the most revenue.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Enumerations" class="dashAnchor"></a>
|
||||
<a title="Enumerations Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -240,8 +227,8 @@ Of course, we can add new TweakViewDataTypes over time, too!</li>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Enum/TweakViewDataType" class="dashAnchor"></a>
|
||||
<a title="TweakViewDataType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>TweakViewDataType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">TweakViewDataType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -353,8 +341,8 @@ Of course, we can add new TweakViewDataTypes over time, too!</li>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Extensions" class="dashAnchor"></a>
|
||||
<a title="Extensions Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -201,87 +188,6 @@
|
|||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UNUserNotificationCenter"></a>
|
||||
<a name="//apple_ref/swift/Extension/UNUserNotificationCenter" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UNUserNotificationCenter">UNUserNotificationCenter</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UNUserNotificationCenter.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UNUserNotificationCenter</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UIResponder"></a>
|
||||
<a name="//apple_ref/swift/Extension/UIResponder" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UIResponder">UIResponder</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UIResponder.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIResponder</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)NSObject"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSObject" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)NSObject">NSObject</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/NSObject.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSObject</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -309,87 +215,6 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UIDevice"></a>
|
||||
<a name="//apple_ref/swift/Extension/UIDevice" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UIDevice">UIDevice</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UIDevice.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIDevice</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sl"></a>
|
||||
<a name="//apple_ref/swift/Extension/Collection" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sl">Collection</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/Collection.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Collection</span> <span class="k">where</span> <span class="k">Self</span><span class="o">.</span><span class="kt">Iterator</span><span class="o">.</span><span class="kt">Element</span> <span class="o">==</span> <span class="kt">UInt8</span><span class="p">,</span> <span class="k">Self</span><span class="o">.</span><span class="kt">Index</span> <span class="o">==</span> <span class="kt">Int</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV"></a>
|
||||
<a name="//apple_ref/swift/Extension/Data" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV">Data</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/Data.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Data</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -410,8 +235,7 @@
|
|||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt">CSArrayType</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt"><a href="Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt"><a href="Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -446,6 +270,33 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)NSString"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSString" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)NSString">NSString</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/NSString.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSString</span><span class="p">:</span> <span class="kt"><a href="Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -692,6 +543,33 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)NSArray"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSArray" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)NSArray">NSArray</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/NSArray.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSArray</span><span class="p">:</span> <span class="kt"><a href="Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -719,33 +597,6 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)NSDateFormatter"></a>
|
||||
<a name="//apple_ref/swift/Extension/DateFormatter" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)NSDateFormatter">DateFormatter</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/DateFormatter.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">DateFormatter</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
|
|
@ -786,67 +637,13 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UIView"></a>
|
||||
<a name="//apple_ref/swift/Extension/UIView" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UIView">UIView</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UIView.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIView</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UIViewController"></a>
|
||||
<a name="//apple_ref/swift/Extension/UIViewController" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UIViewController">UIViewController</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UIViewController.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIViewController</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Array" class="dashAnchor"></a>
|
||||
<a title="Array Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,8 +184,8 @@
|
|||
<h1>Array</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt">CSArrayType</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -207,33 +194,6 @@
|
|||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sa8MixpanelE13cs_arrayValueSayxGyF"></a>
|
||||
<a name="//apple_ref/swift/Method/cs_arrayValue()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sa8MixpanelE13cs_arrayValueSayxGyF">cs_arrayValue()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">cs_arrayValue</span><span class="p">()</span> <span class="o">-></span> <span class="p">[</span><span class="kt">Iterator</span><span class="o">.</span><span class="kt">Element</span><span class="p">]</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -266,7 +226,7 @@
|
|||
<code>
|
||||
<a name="/s:Sa8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sa8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Sa8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -293,8 +253,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Bool" class="dashAnchor"></a>
|
||||
<a title="Bool Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Bool</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Bool</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Bool</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
|
|
@ -240,7 +228,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Sb8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sb8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Sb8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -262,33 +250,6 @@ Will always return true.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sb8MixpanelEySbSgxSgcSZRzlufc"></a>
|
||||
<a name="//apple_ref/swift/Method/init(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sb8MixpanelEySbSgxSgcSZRzlufc">init(_:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">init</span><span class="p">?</span><span class="o"><</span><span class="kt">T</span><span class="o">></span><span class="p">(</span><span class="n">_</span> <span class="nv">integer</span><span class="p">:</span> <span class="kt">T</span><span class="p">?)</span> <span class="k">where</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt">SignedInteger</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
|
|
@ -334,8 +295,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/CGFloat" class="dashAnchor"></a>
|
||||
<a title="CGFloat Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>CGFloat</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">CGFloat</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -238,8 +226,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,311 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Collection Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Collection" class="dashAnchor"></a>
|
||||
<a title="Collection Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
Collection Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>Collection</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Collection</span> <span class="k">where</span> <span class="k">Self</span><span class="o">.</span><span class="kt">Iterator</span><span class="o">.</span><span class="kt">Element</span> <span class="o">==</span> <span class="kt">UInt8</span><span class="p">,</span> <span class="k">Self</span><span class="o">.</span><span class="kt">Index</span> <span class="o">==</span> <span class="kt">Int</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<div class="task-name-container">
|
||||
<a name="/Available%20where%20%60Self.Iterator.Element%60%20==%20%60UInt8%60,%20%60Self.Index%60%20==%20%60Int%60"></a>
|
||||
<a name="//apple_ref/swift/Section/Available where `Self.Iterator.Element` == `UInt8`, `Self.Index` == `Int`" class="dashAnchor"></a>
|
||||
<div class="section-name-container">
|
||||
<a class="section-name-link" href="#/Available%20where%20%60Self.Iterator.Element%60%20==%20%60UInt8%60,%20%60Self.Index%60%20==%20%60Int%60"></a>
|
||||
<h3 class="section-name"><p>Available where <code>Self.Iterator.Element</code> == <code>UInt8</code>, <code>Self.Index</code> == <code>Int</code></p>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE13toUInt32ArraySays0F0VGyF"></a>
|
||||
<a name="//apple_ref/swift/Method/toUInt32Array()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE13toUInt32ArraySays0F0VGyF">toUInt32Array()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">toUInt32Array</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Array</span><span class="o"><</span><span class="kt">UInt32</span><span class="o">></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE13toUInt64ArraySays0F0VGyF"></a>
|
||||
<a name="//apple_ref/swift/Method/toUInt64Array()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE13toUInt64ArraySays0F0VGyF">toUInt64Array()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">toUInt64Array</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Array</span><span class="o"><</span><span class="kt">UInt64</span><span class="o">></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE9toIntegerqd__yAA22BitshiftOperationsTypeRd__AA15ByteConvertibleRd__SZRd__lF"></a>
|
||||
<a name="//apple_ref/swift/Method/toInteger()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE9toIntegerqd__yAA22BitshiftOperationsTypeRd__AA15ByteConvertibleRd__SZRd__lF">toInteger()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="n">toInteger</span><span class="o"><</span><span class="kt">T</span><span class="o">></span><span class="p">()</span> <span class="o">-></span> <span class="kt">T</span> <span class="k">where</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt">BitshiftOperationsType</span><span class="p">,</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt">ByteConvertible</span><span class="p">,</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt">SignedInteger</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -1,329 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Data Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Data" class="dashAnchor"></a>
|
||||
<a title="Data Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
Data Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>Data</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Data</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV8MixpanelE3md5ACyF"></a>
|
||||
<a name="//apple_ref/swift/Method/md5()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV8MixpanelE3md5ACyF">md5()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">md5</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Data</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV8MixpanelE5bytesSays5UInt8VGvp"></a>
|
||||
<a name="//apple_ref/swift/Property/bytes" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV8MixpanelE5bytesSays5UInt8VGvp">bytes</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">bytes</span><span class="p">:</span> <span class="kt">Array</span><span class="o"><</span><span class="kt">UInt8</span><span class="o">></span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV8MixpanelE11toHexStringSSyF"></a>
|
||||
<a name="//apple_ref/swift/Method/toHexString()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV8MixpanelE11toHexStringSSyF">toHexString()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">toHexString</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV8MixpanelE6sha256ACSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/sha256()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV8MixpanelE6sha256ACSgyF">sha256()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">sha256</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Data</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Date" class="dashAnchor"></a>
|
||||
<a title="Date Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Date</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Date</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:10Foundation4DateV8MixpanelE6equals3rhsSbAD0C4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DateV8MixpanelE6equals3rhsSbAD0C4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:10Foundation4DateV8MixpanelE6equals3rhsSbAD0C4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,248 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>DateFormatter Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/DateFormatter" class="dashAnchor"></a>
|
||||
<a title="DateFormatter Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
DateFormatter Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>DateFormatter</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">DateFormatter</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So15NSDateFormatterC8MixpanelE20formatterForJSONDateAByFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/formatterForJSONDate()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So15NSDateFormatterC8MixpanelE20formatterForJSONDateAByFZ">formatterForJSONDate()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">static</span> <span class="kd">func</span> <span class="nf">formatterForJSONDate</span><span class="p">()</span> <span class="o">-></span> <span class="kt">DateFormatter</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Dictionary" class="dashAnchor"></a>
|
||||
<a title="Dictionary Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Dictionary</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Dictionary</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -238,7 +226,7 @@
|
|||
<code>
|
||||
<a name="/s:SD8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:SD8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:SD8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -265,8 +253,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Double" class="dashAnchor"></a>
|
||||
<a title="Double Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Double</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Double</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Double</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
|
|
@ -240,7 +228,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Sd8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sd8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Sd8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -307,8 +295,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Float" class="dashAnchor"></a>
|
||||
<a title="Float Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Float</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Float</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Sf8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sf8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Sf8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Int" class="dashAnchor"></a>
|
||||
<a title="Int Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Int</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Int</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Int</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
|
|
@ -240,7 +228,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Si8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Si8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Si8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -262,33 +250,6 @@ Will always return true.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Si8MixpanelE5bytes10totalBytesSays5UInt8VGSi_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/bytes(totalBytes:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Si8MixpanelE5bytes10totalBytesSays5UInt8VGSi_tF">bytes(totalBytes:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">bytes</span><span class="p">(</span><span class="nv">totalBytes</span><span class="p">:</span> <span class="kt">Int</span> <span class="o">=</span> <span class="kt">MemoryLayout</span><span class="o"><</span><span class="kt">Int</span><span class="o">>.</span><span class="n">size</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Array</span><span class="o"><</span><span class="kt">UInt8</span><span class="o">></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
|
|
@ -334,8 +295,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,28 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UNUserNotificationCenter Extension Reference</title>
|
||||
<title>NSArray Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UNUserNotificationCenter" class="dashAnchor"></a>
|
||||
<a title="UNUserNotificationCenter Extension Reference"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSArray" class="dashAnchor"></a>
|
||||
<a title="NSArray Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UNUserNotificationCenter Extension Reference
|
||||
NSArray Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -194,10 +181,11 @@
|
|||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UNUserNotificationCenter</h1>
|
||||
<h1>NSArray</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UNUserNotificationCenter</span></code></pre>
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSArray</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -209,9 +197,9 @@
|
|||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So24UNUserNotificationCenterC8MixpanelE19addDelegateObserver2aeyAC15AutomaticEventsC_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/addDelegateObserver(ae:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So24UNUserNotificationCenterC8MixpanelE19addDelegateObserver2aeyAC15AutomaticEventsC_tF">addDelegateObserver(ae:)</a>
|
||||
<a name="/s:So7NSArrayC8MixpanelE25isValidNestedTypeAndValueSbyF"></a>
|
||||
<a name="//apple_ref/swift/Method/isValidNestedTypeAndValue()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So7NSArrayC8MixpanelE25isValidNestedTypeAndValueSbyF">isValidNestedTypeAndValue()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -219,14 +207,14 @@
|
|||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
<p>Checks if this object has nested object types that Mixpanel supports.</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">addDelegateObserver</span><span class="p">(</span><span class="nv">ae</span><span class="p">:</span> <span class="kt">AutomaticEvents</span><span class="p">)</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">isValidNestedTypeAndValue</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -236,9 +224,9 @@
|
|||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So24UNUserNotificationCenterC8MixpanelE22removeDelegateObserver2aeyAC15AutomaticEventsC_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/removeDelegateObserver(ae:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So24UNUserNotificationCenterC8MixpanelE22removeDelegateObserver2aeyAC15AutomaticEventsC_tF">removeDelegateObserver(ae:)</a>
|
||||
<a name="/s:So7NSArrayC8MixpanelE6equals3rhsSbAC0B4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So7NSArrayC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -253,7 +241,7 @@
|
|||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">removeDelegateObserver</span><span class="p">(</span><span class="nv">ae</span><span class="p">:</span> <span class="kt">AutomaticEvents</span><span class="p">)</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">equals</span><span class="p">(</span><span class="nv">rhs</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span><span class="p">)</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -265,8 +253,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/NSNull" class="dashAnchor"></a>
|
||||
<a title="NSNull Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>NSNull</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSNull</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:So6NSNullC8MixpanelE6equals3rhsSbAC0B4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6NSNullC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:So6NSNullC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/NSNumber" class="dashAnchor"></a>
|
||||
<a title="NSNumber Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>NSNumber</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSNumber</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:So8NSNumberC8MixpanelE6equals3rhsSbAC0B4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So8NSNumberC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:So8NSNumberC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,251 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>NSObject Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/NSObject" class="dashAnchor"></a>
|
||||
<a title="NSObject Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
NSObject Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>NSObject</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSObject</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)NSObject(im)mp_userNotificationCenter:newDidReceive:withCompletionHandler:"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_userNotificationCenter(_:newDidReceive:withCompletionHandler:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)NSObject(im)mp_userNotificationCenter:newDidReceive:withCompletionHandler:">mp_userNotificationCenter(_:newDidReceive:withCompletionHandler:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_userNotificationCenter</span><span class="p">(</span><span class="n">_</span> <span class="nv">center</span><span class="p">:</span> <span class="kt">UNUserNotificationCenter</span><span class="p">,</span>
|
||||
<span class="n">newDidReceive</span> <span class="nv">response</span><span class="p">:</span> <span class="kt">UNNotificationResponse</span><span class="p">,</span>
|
||||
<span class="n">withCompletionHandler</span> <span class="nv">completionHandler</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">()</span> <span class="o">-></span> <span class="kt">Void</span><span class="p">)</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -1,28 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UNUserNotificationCenter Extension Reference</title>
|
||||
<title>NSString Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UNUserNotificationCenter" class="dashAnchor"></a>
|
||||
<a title="UNUserNotificationCenter Extension Reference"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSString" class="dashAnchor"></a>
|
||||
<a title="NSString Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UNUserNotificationCenter Extension Reference
|
||||
NSString Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -194,10 +181,11 @@
|
|||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UNUserNotificationCenter</h1>
|
||||
<h1>NSString</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UNUserNotificationCenter</span></code></pre>
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSString</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -209,9 +197,9 @@
|
|||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So24UNUserNotificationCenterC8MixpanelE19addDelegateObserver2aeyAC15AutomaticEventsC_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/addDelegateObserver(ae:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So24UNUserNotificationCenterC8MixpanelE19addDelegateObserver2aeyAC15AutomaticEventsC_tF">addDelegateObserver(ae:)</a>
|
||||
<a name="/s:So8NSStringC8MixpanelE25isValidNestedTypeAndValueSbyF"></a>
|
||||
<a name="//apple_ref/swift/Method/isValidNestedTypeAndValue()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So8NSStringC8MixpanelE25isValidNestedTypeAndValueSbyF">isValidNestedTypeAndValue()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -219,14 +207,15 @@
|
|||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
<p>Checks if this object has nested object types that Mixpanel supports.
|
||||
Will always return true.</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">addDelegateObserver</span><span class="p">(</span><span class="nv">ae</span><span class="p">:</span> <span class="kt">AutomaticEvents</span><span class="p">)</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">isValidNestedTypeAndValue</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -236,9 +225,9 @@
|
|||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So24UNUserNotificationCenterC8MixpanelE22removeDelegateObserver2aeyAC15AutomaticEventsC_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/removeDelegateObserver(ae:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So24UNUserNotificationCenterC8MixpanelE22removeDelegateObserver2aeyAC15AutomaticEventsC_tF">removeDelegateObserver(ae:)</a>
|
||||
<a name="/s:So8NSStringC8MixpanelE6equals3rhsSbAC0B4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So8NSStringC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -253,7 +242,7 @@
|
|||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">removeDelegateObserver</span><span class="p">(</span><span class="nv">ae</span><span class="p">:</span> <span class="kt">AutomaticEvents</span><span class="p">)</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">equals</span><span class="p">(</span><span class="nv">rhs</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span><span class="p">)</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -265,8 +254,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/String" class="dashAnchor"></a>
|
||||
<a title="String Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>String</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">String</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">String</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
|
|
@ -240,7 +228,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:SS8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:SS8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:SS8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -262,33 +250,6 @@ Will always return true.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:SS8MixpanelE27appendSuffixBeforeExtension6suffixS2S_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/appendSuffixBeforeExtension(suffix:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:SS8MixpanelE27appendSuffixBeforeExtension6suffixS2S_tF">appendSuffixBeforeExtension(suffix:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">appendSuffixBeforeExtension</span><span class="p">(</span><span class="nv">suffix</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="o">-></span> <span class="kt">String</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
|
|
@ -334,8 +295,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIColor" class="dashAnchor"></a>
|
||||
<a title="UIColor Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>UIColor</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIColor</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -211,7 +199,7 @@
|
|||
<code>
|
||||
<a name="/s:So7UIColorC8MixpanelE5MPHexABSu_tcfc"></a>
|
||||
<a name="//apple_ref/swift/Method/init(MPHex:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So7UIColorC8MixpanelE5MPHexABSu_tcfc">init(MPHex:)</a>
|
||||
<a class="token" href="#/s:So7UIColorC8MixpanelE5MPHexABSu_tcfc">init(MPHex:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -253,40 +241,13 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So7UIColorC8MixpanelE3add7overlayA2B_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/add(overlay:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So7UIColorC8MixpanelE3add7overlayA2B_tF">add(overlay:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Add two colors together</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">add</span><span class="p">(</span><span class="nv">overlay</span><span class="p">:</span> <span class="kt">UIColor</span><span class="p">)</span> <span class="o">-></span> <span class="kt">UIColor</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,248 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UIDevice Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIDevice" class="dashAnchor"></a>
|
||||
<a title="UIDevice Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UIDevice Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UIDevice</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIDevice</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So8UIDeviceC8MixpanelE7iPhoneXSbvp"></a>
|
||||
<a name="//apple_ref/swift/Property/iPhoneX" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So8UIDeviceC8MixpanelE7iPhoneXSbvp">iPhoneX</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">iPhoneX</span><span class="p">:</span> <span class="kt">Bool</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -1,277 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UIResponder Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIResponder" class="dashAnchor"></a>
|
||||
<a title="UIResponder Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UIResponder Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UIResponder</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIResponder</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIResponder(im)mp_application:newDidReceiveRemoteNotification:fetchCompletionHandler:"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_application(_:newDidReceiveRemoteNotification:fetchCompletionHandler:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIResponder(im)mp_application:newDidReceiveRemoteNotification:fetchCompletionHandler:">mp_application(_:newDidReceiveRemoteNotification:fetchCompletionHandler:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_application</span><span class="p">(</span><span class="n">_</span> <span class="nv">application</span><span class="p">:</span> <span class="kt">UIApplication</span><span class="p">,</span> <span class="n">newDidReceiveRemoteNotification</span> <span class="nv">userInfo</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyHashable</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">],</span> <span class="n">fetchCompletionHandler</span> <span class="nv">completionHandler</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">(</span><span class="kt">UIBackgroundFetchResult</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Swift</span><span class="o">.</span><span class="kt">Void</span><span class="p">)</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIResponder(im)mp_application:newDidReceiveRemoteNotification:"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_application(_:newDidReceiveRemoteNotification:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIResponder(im)mp_application:newDidReceiveRemoteNotification:">mp_application(_:newDidReceiveRemoteNotification:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_application</span><span class="p">(</span><span class="n">_</span> <span class="nv">application</span><span class="p">:</span> <span class="kt">UIApplication</span><span class="p">,</span> <span class="n">newDidReceiveRemoteNotification</span> <span class="nv">userInfo</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyHashable</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">])</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -1,663 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UIView Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIView" class="dashAnchor"></a>
|
||||
<a title="UIView Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UIView Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UIView</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIView</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)callOriginalFunctionAndSwizzledBlocksWithOriginalSelector:"></a>
|
||||
<a name="//apple_ref/swift/Method/callOriginalFunctionAndSwizzledBlocks(originalSelector:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)callOriginalFunctionAndSwizzledBlocksWithOriginalSelector:">callOriginalFunctionAndSwizzledBlocks(originalSelector:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">callOriginalFunctionAndSwizzledBlocks</span><span class="p">(</span><span class="nv">originalSelector</span><span class="p">:</span> <span class="kt">Selector</span><span class="p">)</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)newDidMoveToWindow"></a>
|
||||
<a name="//apple_ref/swift/Method/newDidMoveToWindow()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)newDidMoveToWindow">newDidMoveToWindow()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">newDidMoveToWindow</span><span class="p">()</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)newDidMoveToSuperview"></a>
|
||||
<a name="//apple_ref/swift/Method/newDidMoveToSuperview()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)newDidMoveToSuperview">newDidMoveToSuperview()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">newDidMoveToSuperview</span><span class="p">()</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)newLayoutSubviews"></a>
|
||||
<a name="//apple_ref/swift/Method/newLayoutSubviews()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)newLayoutSubviews">newLayoutSubviews()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">newLayoutSubviews</span><span class="p">()</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE16mp_encryptHelper5inputSo8NSStringCSSSg_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_encryptHelper(input:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE16mp_encryptHelper5inputSo8NSStringCSSSg_tF">mp_encryptHelper(input:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_encryptHelper</span><span class="p">(</span><span class="nv">input</span><span class="p">:</span> <span class="kt">String</span><span class="p">?)</span> <span class="o">-></span> <span class="kt">NSString</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_fingerprintVersion"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_fingerprintVersion()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_fingerprintVersion">mp_fingerprintVersion()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_fingerprintVersion</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSNumber</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varA"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varA()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varA">mp_varA()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varA</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSString</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varB"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varB()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varB">mp_varB()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varB</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSString</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varC"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varC()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varC">mp_varC()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varC</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSString</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varSetD"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varSetD()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varSetD">mp_varSetD()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varSetD</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSArray</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varE"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varE()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varE">mp_varE()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varE</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSString</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE9mp_viewIdSSSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_viewId()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE9mp_viewIdSSSgyF">mp_viewId()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_viewId</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE21mp_controllerVariableSSSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_controllerVariable()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE21mp_controllerVariableSSSgyF">mp_controllerVariable()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_controllerVariable</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE19mp_imageFingerprintSSSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_imageFingerprint()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE19mp_imageFingerprintSSSgyF">mp_imageFingerprint()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_imageFingerprint</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE16mp_targetActionsSaySSGyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_targetActions()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE16mp_targetActionsSaySSGyF">mp_targetActions()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_targetActions</span><span class="p">()</span> <span class="o">-></span> <span class="p">[</span><span class="kt">String</span><span class="p">]</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE7mp_textSSSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_text()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE7mp_textSSSgyF">mp_text()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_text</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -1,249 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UIViewController Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIViewController" class="dashAnchor"></a>
|
||||
<a title="UIViewController Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UIViewController Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UIViewController</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIViewController</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIViewController(im)newDidSelectRowAtIndexPathWithTableView:indexPath:"></a>
|
||||
<a name="//apple_ref/swift/Method/newDidSelectRowAtIndexPath(tableView:indexPath:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIViewController(im)newDidSelectRowAtIndexPathWithTableView:indexPath:">newDidSelectRowAtIndexPath(tableView:indexPath:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">newDidSelectRowAtIndexPath</span><span class="p">(</span><span class="nv">tableView</span><span class="p">:</span> <span class="kt">UITableView</span><span class="p">,</span> <span class="nv">indexPath</span><span class="p">:</span> <span class="kt">IndexPath</span><span class="p">)</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UInt" class="dashAnchor"></a>
|
||||
<a title="UInt Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>UInt</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UInt</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Su8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Su8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Su8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/URL" class="dashAnchor"></a>
|
||||
<a title="URL Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>URL</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">URL</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:10Foundation3URLV8MixpanelE6equals3rhsSbAD0C4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation3URLV8MixpanelE6equals3rhsSbAD0C4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:10Foundation3URLV8MixpanelE6equals3rhsSbAD0C4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Functions" class="dashAnchor"></a>
|
||||
<a title="Functions Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -206,7 +193,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF"></a>
|
||||
<a name="//apple_ref/swift/Function/==(_:_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:<wbr>_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -268,7 +255,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF"></a>
|
||||
<a name="//apple_ref/swift/Function/==(_:_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:<wbr>_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -330,8 +317,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Protocols" class="dashAnchor"></a>
|
||||
<a title="Protocols Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -350,8 +337,8 @@ It allows you to combine one-off Tweak<T>‘s with TweakGroupTemplates into
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/MixpanelDelegate" class="dashAnchor"></a>
|
||||
<a title="MixpanelDelegate Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelDelegate</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">MixpanelDelegate</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -212,7 +200,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A8DelegateP17mixpanelWillFlushySbAA0A8InstanceCF"></a>
|
||||
<a name="//apple_ref/swift/Method/mixpanelWillFlush(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A8DelegateP17mixpanelWillFlushySbAA0A8InstanceCF">mixpanelWillFlush(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A8DelegateP17mixpanelWillFlushySbAA0A8InstanceCF">mixpanelWillFlush(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -262,8 +250,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/MixpanelType" class="dashAnchor"></a>
|
||||
<a title="MixpanelType Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">MixpanelType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -241,7 +229,7 @@ Numbers are not NaN or infinity</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A4TypeP6equals3rhsSbAaB_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A4TypeP6equals3rhsSbAaB_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A4TypeP6equals3rhsSbAaB_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -268,8 +256,8 @@ Numbers are not NaN or infinity</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/TweakClusterType" class="dashAnchor"></a>
|
||||
<a title="TweakClusterType Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>TweakClusterType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">TweakClusterType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -241,8 +229,8 @@ It allows you to combine one-off Tweak<T>‘s with TweakGroupTemplates into
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/TweakLibraryType" class="dashAnchor"></a>
|
||||
<a title="TweakLibraryType Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>TweakLibraryType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">TweakLibraryType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel16TweakLibraryTypePAAE6assignyqd__AA0B0Vyqd__GAA09TweakableD0Rd__lFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/assign(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel16TweakLibraryTypePAAE6assignyqd__AA0B0Vyqd__GAA09TweakableD0Rd__lFZ">assign(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel16TweakLibraryTypePAAE6assignyqd__AA0B0Vyqd__GAA09TweakableD0Rd__lFZ">assign(_:<wbr>)</a>
|
||||
</code>
|
||||
<span class="declaration-note">
|
||||
Extension method
|
||||
|
|
@ -288,7 +276,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel16TweakLibraryTypePAAE4bind_7bindingyAA0B0Vyqd__G_yqd__ctAA09TweakableD0Rd__lFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/bind(_:binding:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel16TweakLibraryTypePAAE4bind_7bindingyAA0B0Vyqd__G_yqd__ctAA09TweakableD0Rd__lFZ">bind(_:binding:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel16TweakLibraryTypePAAE4bind_7bindingyAA0B0Vyqd__G_yqd__ctAA09TweakableD0Rd__lFZ">bind(_:<wbr>binding:<wbr>)</a>
|
||||
</code>
|
||||
<span class="declaration-note">
|
||||
Extension method
|
||||
|
|
@ -349,8 +337,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/TweakableType" class="dashAnchor"></a>
|
||||
<a title="TweakableType Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>TweakableType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">TweakableType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,8 +227,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Structures" class="dashAnchor"></a>
|
||||
<a title="Structures Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -296,8 +283,8 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Struct/AnyTweak" class="dashAnchor"></a>
|
||||
<a title="AnyTweak Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>AnyTweak</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">AnyTweak</span> <span class="p">:</span> <span class="kt">TweakType</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AnyTweak</span><span class="p">:</span> <span class="kt">Hashable</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AnyTweak</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakClusterType.html">TweakClusterType</a></span></code></pre>
|
||||
|
|
@ -214,7 +202,7 @@
|
|||
<code>
|
||||
<a name="/s:SH4hash4intoys6HasherVz_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/hash(into:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:SH4hash4intoys6HasherVz_tF">hash(into:)</a>
|
||||
<a class="token" href="#/s:SH4hash4intoys6HasherVz_tF">hash(into:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -235,33 +223,6 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel8AnyTweakV21persistenceIdentifierSSvp"></a>
|
||||
<a name="//apple_ref/swift/Property/persistenceIdentifier" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel8AnyTweakV21persistenceIdentifierSSvp">persistenceIdentifier</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">persistenceIdentifier</span><span class="p">:</span> <span class="kt">String</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -294,8 +255,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Struct/MixpanelTweaks" class="dashAnchor"></a>
|
||||
<a title="MixpanelTweaks Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelTweaks</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">MixpanelTweaks</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A6TweaksV03setB06tweaksySayAA16TweakClusterType_pG_tFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/setTweaks(tweaks:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A6TweaksV03setB06tweaksySayAA16TweakClusterType_pG_tFZ">setTweaks(tweaks:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A6TweaksV03setB06tweaksySayAA16TweakClusterType_pG_tFZ">setTweaks(tweaks:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -285,8 +273,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Struct/Tweak" class="dashAnchor"></a>
|
||||
<a title="Tweak Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Tweak</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Tweak</span><span class="o"><</span><span class="kt">T</span><span class="o">></span> <span class="k">where</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Tweak</span><span class="p">:</span> <span class="kt">Hashable</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Tweak</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakClusterType.html">TweakClusterType</a></span></code></pre>
|
||||
|
|
@ -216,7 +204,7 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV9tweakName12defaultValueACyxGSS_xtcfc"></a>
|
||||
<a name="//apple_ref/swift/Method/init(tweakName:defaultValue:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV9tweakName12defaultValueACyxGSS_xtcfc">init(tweakName:defaultValue:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV9tweakName12defaultValueACyxGSS_xtcfc">init(tweakName:<wbr>defaultValue:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -269,93 +257,12 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV5tweakAA0B4Type_pvp"></a>
|
||||
<a name="//apple_ref/swift/Property/tweak" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV5tweakAA0B4Type_pvp">tweak</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">tweak</span><span class="p">:</span> <span class="kt">TweakType</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV16tweakDefaultDataAA0bdE0Ovp"></a>
|
||||
<a name="//apple_ref/swift/Property/tweakDefaultData" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV16tweakDefaultDataAA0bdE0Ovp">tweakDefaultData</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">tweakDefaultData</span><span class="p">:</span> <span class="kt">TweakDefaultData</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV17tweakViewDataTypeAA0bdeF0Ovp"></a>
|
||||
<a name="//apple_ref/swift/Property/tweakViewDataType" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV17tweakViewDataTypeAA0bdeF0Ovp">tweakViewDataType</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">tweakViewDataType</span><span class="p">:</span> <span class="kt"><a href="../Enums/TweakViewDataType.html">TweakViewDataType</a></span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV4hash4intoys6HasherVz_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/hash(into:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV4hash4intoys6HasherVz_tF">hash(into:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV4hash4intoys6HasherVz_tF">hash(into:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -377,33 +284,6 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV21persistenceIdentifierSSvp"></a>
|
||||
<a name="//apple_ref/swift/Property/persistenceIdentifier" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV21persistenceIdentifierSSvp">persistenceIdentifier</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">persistenceIdentifier</span><span class="p">:</span> <span class="kt">String</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -434,10 +314,10 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
</div>
|
||||
<div class="task-group">
|
||||
<div class="task-name-container">
|
||||
<a name="/Available%20where%20%60T%60:%20%60SignedNumeric%60%20&%20%60Comparable%60"></a>
|
||||
<a name="/Available%20where%20%60T%60%3A%20%60SignedNumeric%60%20%26%20%60Comparable%60"></a>
|
||||
<a name="//apple_ref/swift/Section/Available where `T`: `SignedNumeric` & `Comparable`" class="dashAnchor"></a>
|
||||
<div class="section-name-container">
|
||||
<a class="section-name-link" href="#/Available%20where%20%60T%60:%20%60SignedNumeric%60%20&%20%60Comparable%60"></a>
|
||||
<a class="section-name-link" href="#/Available%20where%20%60T%60%3A%20%60SignedNumeric%60%20%26%20%60Comparable%60"></a>
|
||||
<h3 class="section-name"><p>Available where <code>T</code>: <code>SignedNumeric</code> & <code>Comparable</code></p>
|
||||
</h3>
|
||||
</div>
|
||||
|
|
@ -448,7 +328,7 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5TweakVAASLRzs13SignedNumericRzrlE9tweakName12defaultValue3min3max8stepSizeACyxGSS_xxSgA2Ktcfc"></a>
|
||||
<a name="//apple_ref/swift/Method/init(tweakName:defaultValue:min:max:stepSize:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakVAASLRzs13SignedNumericRzrlE9tweakName12defaultValue3min3max8stepSizeACyxGSS_xxSgA2Ktcfc">init(tweakName:defaultValue:min:max:stepSize:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakVAASLRzs13SignedNumericRzrlE9tweakName12defaultValue3min3max8stepSizeACyxGSS_xxSgA2Ktcfc">init(tweakName:<wbr>defaultValue:<wbr>min:<wbr>max:<wbr>stepSize:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -547,8 +427,8 @@ You can optionally provide a min / max / stepSize to restrict the bounds and beh
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Type Aliases" class="dashAnchor"></a>
|
||||
<a title="Type Aliases Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -233,8 +220,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
</clipPath>
|
||||
<g clip-path="url(#a)">
|
||||
<path fill="#555" d="M0 0h93v20H0z"/>
|
||||
<path fill="#a4a61d" d="M93 0h35v20H93z"/>
|
||||
<path fill="#97CA00" d="M93 0h35v20H93z"/>
|
||||
<path fill="url(#b)" d="M0 0h128v20H0z"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110">
|
||||
|
|
@ -19,10 +19,10 @@
|
|||
documentation
|
||||
</text>
|
||||
<text x="1095" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="250">
|
||||
66%
|
||||
87%
|
||||
</text>
|
||||
<text x="1095" y="140" transform="scale(.1)" textLength="250">
|
||||
66%
|
||||
87%
|
||||
</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -56,9 +56,14 @@ p code, li code {
|
|||
padding: 2px 4px;
|
||||
border-radius: 4px; }
|
||||
|
||||
pre > code {
|
||||
padding: 0; }
|
||||
|
||||
a {
|
||||
color: #0088cc;
|
||||
text-decoration: none; }
|
||||
a code {
|
||||
color: inherit; }
|
||||
|
||||
ul {
|
||||
padding-left: 15px; }
|
||||
|
|
@ -80,11 +85,11 @@ blockquote {
|
|||
|
||||
header {
|
||||
font-size: 0.85em;
|
||||
line-height: 26px;
|
||||
line-height: 32px;
|
||||
background-color: #414141;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 2; }
|
||||
z-index: 3; }
|
||||
header img {
|
||||
padding-right: 6px;
|
||||
vertical-align: -4px;
|
||||
|
|
@ -100,12 +105,12 @@ header {
|
|||
|
||||
#breadcrumbs {
|
||||
background-color: #f2f2f2;
|
||||
height: 27px;
|
||||
height: 21px;
|
||||
padding-top: 17px;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
margin-top: 26px; }
|
||||
margin-top: 32px; }
|
||||
#breadcrumbs #carat {
|
||||
height: 10px;
|
||||
margin: 0 5px; }
|
||||
|
|
@ -199,6 +204,7 @@ header {
|
|||
margin-left: 18px; }
|
||||
|
||||
.task-group-section {
|
||||
margin-top: 10px;
|
||||
padding-left: 6px;
|
||||
border-top: 1px solid #e2e2e2; }
|
||||
|
||||
|
|
@ -241,12 +247,14 @@ header {
|
|||
background-color: transparent;
|
||||
padding: 0; }
|
||||
.item .token, .item .direct-link {
|
||||
display: inline-block;
|
||||
text-indent: -20px;
|
||||
padding-left: 3px;
|
||||
margin-left: 15px;
|
||||
margin-left: 35px;
|
||||
font-size: 11.9px;
|
||||
transition: all 300ms; }
|
||||
.item .token-open {
|
||||
margin-left: 0px; }
|
||||
margin-left: 20px; }
|
||||
.item .discouraged {
|
||||
text-decoration: line-through; }
|
||||
.item .declaration-note {
|
||||
|
|
@ -370,3 +378,46 @@ html.dash .content-wrapper {
|
|||
|
||||
html.dash #footer {
|
||||
position: static; }
|
||||
|
||||
form[role=search] {
|
||||
float: right; }
|
||||
form[role=search] input {
|
||||
font: Helvetica, freesans, Arial, sans-serif;
|
||||
margin-top: 6px;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
padding: 0px 10px;
|
||||
border: none;
|
||||
border-radius: 1em; }
|
||||
.loading form[role=search] input {
|
||||
background: white url(../img/spinner.gif) center right 4px no-repeat; }
|
||||
form[role=search] .tt-menu {
|
||||
margin: 0;
|
||||
min-width: 300px;
|
||||
background: #fff;
|
||||
color: #333;
|
||||
border: 1px solid #e2e2e2;
|
||||
z-index: 4; }
|
||||
form[role=search] .tt-highlight {
|
||||
font-weight: bold; }
|
||||
form[role=search] .tt-suggestion {
|
||||
font: Helvetica, freesans, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 0 8px; }
|
||||
form[role=search] .tt-suggestion span {
|
||||
display: table-cell;
|
||||
white-space: nowrap; }
|
||||
form[role=search] .tt-suggestion .doc-parent-name {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
font-weight: normal;
|
||||
font-size: 0.9em;
|
||||
padding-left: 16px; }
|
||||
form[role=search] .tt-suggestion:hover,
|
||||
form[role=search] .tt-suggestion.tt-cursor {
|
||||
cursor: pointer;
|
||||
background-color: #4183c4;
|
||||
color: #fff; }
|
||||
form[role=search] .tt-suggestion:hover .doc-parent-name,
|
||||
form[role=search] .tt-suggestion.tt-cursor .doc-parent-name {
|
||||
color: #fff; }
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>
|
||||
<a title="Classes Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -403,8 +390,8 @@ the main Mixpanel instance.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/Group" class="dashAnchor"></a>
|
||||
<a title="Group Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Group</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">Group</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -222,7 +210,7 @@ the main Mixpanel instance.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC3set10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/set(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC3set10propertiesySDySSAA0A4Type_pG_tF">set(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC3set10propertiesySDySSAA0A4Type_pG_tF">set(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -273,7 +261,7 @@ value is overwritten. Other existing properties will not be affected.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC3set8property2toySS_AA0A4Type_ptF"></a>
|
||||
<a name="//apple_ref/swift/Method/set(property:to:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC3set8property2toySS_AA0A4Type_ptF">set(property:to:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC3set8property2toySS_AA0A4Type_ptF">set(property:<wbr>to:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -334,7 +322,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC7setOnce10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/setOnce(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC7setOnce10propertiesySDySSAA0A4Type_pG_tF">setOnce(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC7setOnce10propertiesySDySSAA0A4Type_pG_tF">setOnce(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -385,7 +373,7 @@ data about dates representing the first time something happened.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC5unset8propertyySS_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/unset(property:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC5unset8propertyySS_tF">unset(property:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC5unset8propertyySS_tF">unset(property:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -433,7 +421,7 @@ data about dates representing the first time something happened.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC6remove3key5valueySS_AA0A4Type_ptF"></a>
|
||||
<a name="//apple_ref/swift/Method/remove(key:value:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC6remove3key5valueySS_AA0A4Type_ptF">remove(key:value:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC6remove3key5valueySS_AA0A4Type_ptF">remove(key:<wbr>value:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -482,7 +470,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5GroupC5union3key6valuesySS_SayAA0A4Type_pGtF"></a>
|
||||
<a name="//apple_ref/swift/Method/union(key:values:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC5union3key6valuesySS_SayAA0A4Type_pGtF">union(key:values:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5GroupC5union3key6valuesySS_SayAA0A4Type_pGtF">union(key:<wbr>values:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -557,8 +545,8 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/Mixpanel" class="dashAnchor"></a>
|
||||
<a title="Mixpanel Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Mixpanel</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">Mixpanel</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -212,7 +200,7 @@
|
|||
<code>
|
||||
<a name="/s:8MixpanelAAC10initialize5token13launchOptions13flushInterval12instanceName21automaticPushTracking06optOutL9ByDefaultAA0A8InstanceCSS_SDySo019UIApplicationLaunchE3KeyaypGSgSdSSS2btFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/initialize(token:launchOptions:flushInterval:instanceName:automaticPushTracking:optOutTrackingByDefault:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8MixpanelAAC10initialize5token13launchOptions13flushInterval12instanceName21automaticPushTracking06optOutL9ByDefaultAA0A8InstanceCSS_SDySo019UIApplicationLaunchE3KeyaypGSgSdSSS2btFZ">initialize(token:launchOptions:flushInterval:instanceName:automaticPushTracking:optOutTrackingByDefault:)</a>
|
||||
<a class="token" href="#/s:8MixpanelAAC10initialize5token13launchOptions13flushInterval12instanceName21automaticPushTracking06optOutL9ByDefaultAA0A8InstanceCSS_SDySo019UIApplicationLaunchE3KeyaypGSgSdSSS2btFZ">initialize(token:<wbr>launchOptions:<wbr>flushInterval:<wbr>instanceName:<wbr>automaticPushTracking:<wbr>optOutTrackingByDefault:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -327,7 +315,7 @@ You can always get the instance by calling getInstance(name)</p>
|
|||
<code>
|
||||
<a name="/"></a>
|
||||
<a name="//apple_ref/swift/Method/initialize(token:flushInterval:instanceName:optOutTrackingByDefault:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/">initialize(token:flushInterval:instanceName:optOutTrackingByDefault:)</a>
|
||||
<a class="token" href="#/">initialize(token:<wbr>flushInterval:<wbr>instanceName:<wbr>optOutTrackingByDefault:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -356,7 +344,7 @@ the instances with an instanceName. Then they can be reached by calling getInsta
|
|||
<code>
|
||||
<a name="/s:8MixpanelAAC11getInstance4nameAA0aC0CSgSS_tFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/getInstance(name:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8MixpanelAAC11getInstance4nameAA0aC0CSgSS_tFZ">getInstance(name:)</a>
|
||||
<a class="token" href="#/s:8MixpanelAAC11getInstance4nameAA0aC0CSgSS_tFZ">getInstance(name:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -439,7 +427,7 @@ the instances with an instanceName. Then they can be reached by calling getInsta
|
|||
<code>
|
||||
<a name="/s:8MixpanelAAC15setMainInstance4nameySS_tFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/setMainInstance(name:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8MixpanelAAC15setMainInstance4nameySS_tFZ">setMainInstance(name:)</a>
|
||||
<a class="token" href="#/s:8MixpanelAAC15setMainInstance4nameySS_tFZ">setMainInstance(name:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -485,7 +473,7 @@ the instances with an instanceName. Then they can be reached by calling getInsta
|
|||
<code>
|
||||
<a name="/s:8MixpanelAAC14removeInstance4nameySS_tFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/removeInstance(name:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8MixpanelAAC14removeInstance4nameySS_tFZ">removeInstance(name:)</a>
|
||||
<a class="token" href="#/s:8MixpanelAAC14removeInstance4nameySS_tFZ">removeInstance(name:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -531,8 +519,8 @@ the instances with an instanceName. Then they can be reached by calling getInsta
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/MixpanelNotificationServiceExtension" class="dashAnchor"></a>
|
||||
<a title="MixpanelNotificationServiceExtension Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelNotificationServiceExtension</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">MixpanelNotificationServiceExtension</span> <span class="p">:</span> <span class="kt">UNNotificationServiceExtension</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -212,7 +200,7 @@
|
|||
<code>
|
||||
<a name="/c:@M@Mixpanel@objc(cs)MixpanelNotificationServiceExtension(im)didReceiveNotificationRequest:withContentHandler:"></a>
|
||||
<a name="//apple_ref/swift/Method/didReceive(_:withContentHandler:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@M@Mixpanel@objc(cs)MixpanelNotificationServiceExtension(im)didReceiveNotificationRequest:withContentHandler:">didReceive(_:withContentHandler:)</a>
|
||||
<a class="token" href="#/c:@M@Mixpanel@objc(cs)MixpanelNotificationServiceExtension(im)didReceiveNotificationRequest:withContentHandler:">didReceive(_:<wbr>withContentHandler:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/MixpanelPushNotifications" class="dashAnchor"></a>
|
||||
<a title="MixpanelPushNotifications Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelPushNotifications</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MixpanelPushNotifications</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -212,7 +200,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A17PushNotificationsC02isaB12NotificationySbSo21UNNotificationContentCFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/isMixpanelPushNotification(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A17PushNotificationsC02isaB12NotificationySbSo21UNNotificationContentCFZ">isMixpanelPushNotification(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A17PushNotificationsC02isaB12NotificationySbSo21UNNotificationContentCFZ">isMixpanelPushNotification(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -239,7 +227,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A17PushNotificationsC10trackEvent_10properties7requestySS_SDySSAA0A4Type_pGSo21UNNotificationRequestCtFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/trackEvent(_:properties:request:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A17PushNotificationsC10trackEvent_10properties7requestySS_SDySSAA0A4Type_pGSo21UNNotificationRequestCtFZ">trackEvent(_:properties:request:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A17PushNotificationsC10trackEvent_10properties7requestySS_SDySSAA0A4Type_pGSo21UNNotificationRequestCtFZ">trackEvent(_:<wbr>properties:<wbr>request:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/People" class="dashAnchor"></a>
|
||||
<a title="People Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>People</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">People</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -257,7 +245,7 @@ current time for all $set, $append, and $add operations</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC18addPushDeviceTokenyy10Foundation4DataVF"></a>
|
||||
<a name="//apple_ref/swift/Method/addPushDeviceToken(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC18addPushDeviceTokenyy10Foundation4DataVF">addPushDeviceToken(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC18addPushDeviceTokenyy10Foundation4DataVF">addPushDeviceToken(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -340,7 +328,7 @@ in conjunction with a call to <code>reset</code>, or when a user is logging out.
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC21removePushDeviceTokenyy10Foundation4DataVF"></a>
|
||||
<a name="//apple_ref/swift/Method/removePushDeviceToken(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC21removePushDeviceTokenyy10Foundation4DataVF">removePushDeviceToken(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC21removePushDeviceTokenyy10Foundation4DataVF">removePushDeviceToken(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -390,7 +378,7 @@ in conjunction with a call to <code>reset</code>, or when a user is logging out.
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC3set10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/set(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC3set10propertiesySDySSAA0A4Type_pG_tF">set(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC3set10propertiesySDySSAA0A4Type_pG_tF">set(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -449,7 +437,7 @@ value is overwritten. Other existing properties will not be affected.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC3set8property2toySS_AA0A4Type_ptF"></a>
|
||||
<a name="//apple_ref/swift/Method/set(property:to:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC3set8property2toySS_AA0A4Type_ptF">set(property:to:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC3set8property2toySS_AA0A4Type_ptF">set(property:<wbr>to:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -510,7 +498,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC7setOnce10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/setOnce(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC7setOnce10propertiesySDySSAA0A4Type_pG_tF">setOnce(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC7setOnce10propertiesySDySSAA0A4Type_pG_tF">setOnce(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -562,7 +550,7 @@ representing the first time something happened.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC5unset10propertiesySaySSG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/unset(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC5unset10propertiesySaySSG_tF">unset(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC5unset10propertiesySaySSG_tF">unset(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -612,7 +600,7 @@ that don’t exist there will be no effect.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC9increment10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/increment(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC9increment10propertiesySDySSAA0A4Type_pG_tF">increment(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC9increment10propertiesySDySSAA0A4Type_pG_tF">increment(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -662,7 +650,7 @@ will be set to the increment amount. Property values must be number objects.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC9increment8property2byySS_SdtF"></a>
|
||||
<a name="//apple_ref/swift/Method/increment(property:by:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC9increment8property2byySS_SdtF">increment(property:by:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC9increment8property2byySS_SdtF">increment(property:<wbr>by:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -721,7 +709,7 @@ amount.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC6append10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/append(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC6append10propertiesySDySSAA0A4Type_pG_tF">append(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC6append10propertiesySDySSAA0A4Type_pG_tF">append(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -770,7 +758,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC6remove10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/remove(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC6remove10propertiesySDySSAA0A4Type_pG_tF">remove(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC6remove10propertiesySDySSAA0A4Type_pG_tF">remove(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -819,7 +807,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC5union10propertiesySDySSAA0A4Type_pG_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/union(properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC5union10propertiesySDySSAA0A4Type_pG_tF">union(properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC5union10propertiesySDySSAA0A4Type_pG_tF">union(properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -867,7 +855,7 @@ MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType
|
|||
<code>
|
||||
<a name="/s:8Mixpanel6PeopleC11trackCharge6amount10propertiesySd_SDySSAA0A4Type_pGSgtF"></a>
|
||||
<a name="//apple_ref/swift/Method/trackCharge(amount:properties:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC11trackCharge6amount10propertiesySd_SDySSAA0A4Type_pGSgtF">trackCharge(amount:properties:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel6PeopleC11trackCharge6amount10propertiesySd_SDySSAA0A4Type_pGSgtF">trackCharge(amount:<wbr>properties:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -984,8 +972,8 @@ revenue analytics to see which products are generating the most revenue.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Enumerations" class="dashAnchor"></a>
|
||||
<a title="Enumerations Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -240,8 +227,8 @@ Of course, we can add new TweakViewDataTypes over time, too!</li>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Enum/TweakViewDataType" class="dashAnchor"></a>
|
||||
<a title="TweakViewDataType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>TweakViewDataType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">TweakViewDataType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -353,8 +341,8 @@ Of course, we can add new TweakViewDataTypes over time, too!</li>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Extensions" class="dashAnchor"></a>
|
||||
<a title="Extensions Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -201,87 +188,6 @@
|
|||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UNUserNotificationCenter"></a>
|
||||
<a name="//apple_ref/swift/Extension/UNUserNotificationCenter" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UNUserNotificationCenter">UNUserNotificationCenter</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UNUserNotificationCenter.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UNUserNotificationCenter</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UIResponder"></a>
|
||||
<a name="//apple_ref/swift/Extension/UIResponder" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UIResponder">UIResponder</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UIResponder.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIResponder</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)NSObject"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSObject" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)NSObject">NSObject</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/NSObject.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSObject</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -309,87 +215,6 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UIDevice"></a>
|
||||
<a name="//apple_ref/swift/Extension/UIDevice" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UIDevice">UIDevice</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UIDevice.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIDevice</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sl"></a>
|
||||
<a name="//apple_ref/swift/Extension/Collection" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sl">Collection</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/Collection.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Collection</span> <span class="k">where</span> <span class="k">Self</span><span class="o">.</span><span class="kt">Iterator</span><span class="o">.</span><span class="kt">Element</span> <span class="o">==</span> <span class="kt">UInt8</span><span class="p">,</span> <span class="k">Self</span><span class="o">.</span><span class="kt">Index</span> <span class="o">==</span> <span class="kt">Int</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV"></a>
|
||||
<a name="//apple_ref/swift/Extension/Data" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV">Data</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/Data.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Data</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -410,8 +235,7 @@
|
|||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt">CSArrayType</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt"><a href="Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt"><a href="Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -446,6 +270,33 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)NSString"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSString" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)NSString">NSString</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/NSString.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSString</span><span class="p">:</span> <span class="kt"><a href="Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -692,6 +543,33 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)NSArray"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSArray" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)NSArray">NSArray</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/NSArray.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSArray</span><span class="p">:</span> <span class="kt"><a href="Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -719,33 +597,6 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)NSDateFormatter"></a>
|
||||
<a name="//apple_ref/swift/Extension/DateFormatter" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)NSDateFormatter">DateFormatter</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/DateFormatter.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">DateFormatter</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
|
|
@ -786,67 +637,13 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UIView"></a>
|
||||
<a name="//apple_ref/swift/Extension/UIView" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UIView">UIView</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UIView.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIView</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:objc(cs)UIViewController"></a>
|
||||
<a name="//apple_ref/swift/Extension/UIViewController" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:objc(cs)UIViewController">UIViewController</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
|
||||
<a href="Extensions/UIViewController.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIViewController</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Array" class="dashAnchor"></a>
|
||||
<a title="Array Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,8 +184,8 @@
|
|||
<h1>Array</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt">CSArrayType</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Array</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -207,33 +194,6 @@
|
|||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sa8MixpanelE13cs_arrayValueSayxGyF"></a>
|
||||
<a name="//apple_ref/swift/Method/cs_arrayValue()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sa8MixpanelE13cs_arrayValueSayxGyF">cs_arrayValue()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">cs_arrayValue</span><span class="p">()</span> <span class="o">-></span> <span class="p">[</span><span class="kt">Iterator</span><span class="o">.</span><span class="kt">Element</span><span class="p">]</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -266,7 +226,7 @@
|
|||
<code>
|
||||
<a name="/s:Sa8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sa8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Sa8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -293,8 +253,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Bool" class="dashAnchor"></a>
|
||||
<a title="Bool Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Bool</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Bool</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Bool</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
|
|
@ -240,7 +228,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Sb8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sb8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Sb8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -262,33 +250,6 @@ Will always return true.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sb8MixpanelEySbSgxSgcSZRzlufc"></a>
|
||||
<a name="//apple_ref/swift/Method/init(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sb8MixpanelEySbSgxSgcSZRzlufc">init(_:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">init</span><span class="p">?</span><span class="o"><</span><span class="kt">T</span><span class="o">></span><span class="p">(</span><span class="n">_</span> <span class="nv">integer</span><span class="p">:</span> <span class="kt">T</span><span class="p">?)</span> <span class="k">where</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt">SignedInteger</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
|
|
@ -334,8 +295,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/CGFloat" class="dashAnchor"></a>
|
||||
<a title="CGFloat Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>CGFloat</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">CGFloat</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -238,8 +226,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,311 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Collection Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Collection" class="dashAnchor"></a>
|
||||
<a title="Collection Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
Collection Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>Collection</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Collection</span> <span class="k">where</span> <span class="k">Self</span><span class="o">.</span><span class="kt">Iterator</span><span class="o">.</span><span class="kt">Element</span> <span class="o">==</span> <span class="kt">UInt8</span><span class="p">,</span> <span class="k">Self</span><span class="o">.</span><span class="kt">Index</span> <span class="o">==</span> <span class="kt">Int</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<div class="task-name-container">
|
||||
<a name="/Available%20where%20%60Self.Iterator.Element%60%20==%20%60UInt8%60,%20%60Self.Index%60%20==%20%60Int%60"></a>
|
||||
<a name="//apple_ref/swift/Section/Available where `Self.Iterator.Element` == `UInt8`, `Self.Index` == `Int`" class="dashAnchor"></a>
|
||||
<div class="section-name-container">
|
||||
<a class="section-name-link" href="#/Available%20where%20%60Self.Iterator.Element%60%20==%20%60UInt8%60,%20%60Self.Index%60%20==%20%60Int%60"></a>
|
||||
<h3 class="section-name"><p>Available where <code>Self.Iterator.Element</code> == <code>UInt8</code>, <code>Self.Index</code> == <code>Int</code></p>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE13toUInt32ArraySays0F0VGyF"></a>
|
||||
<a name="//apple_ref/swift/Method/toUInt32Array()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE13toUInt32ArraySays0F0VGyF">toUInt32Array()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">toUInt32Array</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Array</span><span class="o"><</span><span class="kt">UInt32</span><span class="o">></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE13toUInt64ArraySays0F0VGyF"></a>
|
||||
<a name="//apple_ref/swift/Method/toUInt64Array()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE13toUInt64ArraySays0F0VGyF">toUInt64Array()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">toUInt64Array</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Array</span><span class="o"><</span><span class="kt">UInt64</span><span class="o">></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE9toIntegerqd__yAA22BitshiftOperationsTypeRd__AA15ByteConvertibleRd__SZRd__lF"></a>
|
||||
<a name="//apple_ref/swift/Method/toInteger()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sl8Mixpanels5UInt8V7ElementRtzSi5IndexRtzrlE9toIntegerqd__yAA22BitshiftOperationsTypeRd__AA15ByteConvertibleRd__SZRd__lF">toInteger()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="n">toInteger</span><span class="o"><</span><span class="kt">T</span><span class="o">></span><span class="p">()</span> <span class="o">-></span> <span class="kt">T</span> <span class="k">where</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt">BitshiftOperationsType</span><span class="p">,</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt">ByteConvertible</span><span class="p">,</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt">SignedInteger</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -1,329 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Data Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Data" class="dashAnchor"></a>
|
||||
<a title="Data Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
Data Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>Data</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Data</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV8MixpanelE3md5ACyF"></a>
|
||||
<a name="//apple_ref/swift/Method/md5()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV8MixpanelE3md5ACyF">md5()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">md5</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Data</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV8MixpanelE5bytesSays5UInt8VGvp"></a>
|
||||
<a name="//apple_ref/swift/Property/bytes" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV8MixpanelE5bytesSays5UInt8VGvp">bytes</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">bytes</span><span class="p">:</span> <span class="kt">Array</span><span class="o"><</span><span class="kt">UInt8</span><span class="o">></span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV8MixpanelE11toHexStringSSyF"></a>
|
||||
<a name="//apple_ref/swift/Method/toHexString()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV8MixpanelE11toHexStringSSyF">toHexString()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">toHexString</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:10Foundation4DataV8MixpanelE6sha256ACSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/sha256()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DataV8MixpanelE6sha256ACSgyF">sha256()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">sha256</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Data</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Date" class="dashAnchor"></a>
|
||||
<a title="Date Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Date</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Date</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:10Foundation4DateV8MixpanelE6equals3rhsSbAD0C4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation4DateV8MixpanelE6equals3rhsSbAD0C4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:10Foundation4DateV8MixpanelE6equals3rhsSbAD0C4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Dictionary" class="dashAnchor"></a>
|
||||
<a title="Dictionary Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Dictionary</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Dictionary</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -238,7 +226,7 @@
|
|||
<code>
|
||||
<a name="/s:SD8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:SD8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:SD8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -265,8 +253,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Double" class="dashAnchor"></a>
|
||||
<a title="Double Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Double</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Double</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Double</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
|
|
@ -240,7 +228,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Sd8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sd8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Sd8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -307,8 +295,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Float" class="dashAnchor"></a>
|
||||
<a title="Float Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Float</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Float</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Sf8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Sf8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Sf8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/Int" class="dashAnchor"></a>
|
||||
<a title="Int Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Int</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Int</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Int</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
|
|
@ -240,7 +228,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Si8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Si8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Si8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -262,33 +250,6 @@ Will always return true.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:Si8MixpanelE5bytes10totalBytesSays5UInt8VGSi_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/bytes(totalBytes:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Si8MixpanelE5bytes10totalBytesSays5UInt8VGSi_tF">bytes(totalBytes:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">bytes</span><span class="p">(</span><span class="nv">totalBytes</span><span class="p">:</span> <span class="kt">Int</span> <span class="o">=</span> <span class="kt">MemoryLayout</span><span class="o"><</span><span class="kt">Int</span><span class="o">>.</span><span class="n">size</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Array</span><span class="o"><</span><span class="kt">UInt8</span><span class="o">></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
|
|
@ -334,8 +295,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,28 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>DateFormatter Extension Reference</title>
|
||||
<title>NSArray Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/DateFormatter" class="dashAnchor"></a>
|
||||
<a title="DateFormatter Extension Reference"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSArray" class="dashAnchor"></a>
|
||||
<a title="NSArray Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
DateFormatter Extension Reference
|
||||
NSArray Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -194,10 +181,11 @@
|
|||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>DateFormatter</h1>
|
||||
<h1>NSArray</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">DateFormatter</span></code></pre>
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSArray</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -209,9 +197,36 @@
|
|||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So15NSDateFormatterC8MixpanelE20formatterForJSONDateAByFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/formatterForJSONDate()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So15NSDateFormatterC8MixpanelE20formatterForJSONDateAByFZ">formatterForJSONDate()</a>
|
||||
<a name="/s:So7NSArrayC8MixpanelE25isValidNestedTypeAndValueSbyF"></a>
|
||||
<a name="//apple_ref/swift/Method/isValidNestedTypeAndValue()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So7NSArrayC8MixpanelE25isValidNestedTypeAndValueSbyF">isValidNestedTypeAndValue()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Checks if this object has nested object types that Mixpanel supports.</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">isValidNestedTypeAndValue</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So7NSArrayC8MixpanelE6equals3rhsSbAC0B4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So7NSArrayC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -226,7 +241,7 @@
|
|||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">static</span> <span class="kd">func</span> <span class="nf">formatterForJSONDate</span><span class="p">()</span> <span class="o">-></span> <span class="kt">DateFormatter</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">equals</span><span class="p">(</span><span class="nv">rhs</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span><span class="p">)</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -238,8 +253,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/NSNull" class="dashAnchor"></a>
|
||||
<a title="NSNull Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>NSNull</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSNull</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:So6NSNullC8MixpanelE6equals3rhsSbAC0B4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6NSNullC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:So6NSNullC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/NSNumber" class="dashAnchor"></a>
|
||||
<a title="NSNumber Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>NSNumber</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSNumber</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:So8NSNumberC8MixpanelE6equals3rhsSbAC0B4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So8NSNumberC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:So8NSNumberC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,28 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>NSObject Extension Reference</title>
|
||||
<title>NSString Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/NSObject" class="dashAnchor"></a>
|
||||
<a title="NSObject Extension Reference"></a>
|
||||
<a name="//apple_ref/swift/Extension/NSString" class="dashAnchor"></a>
|
||||
<a title="NSString Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
NSObject Extension Reference
|
||||
NSString Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -194,10 +181,11 @@
|
|||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>NSObject</h1>
|
||||
<h1>NSString</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSObject</span></code></pre>
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">NSString</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -209,9 +197,37 @@
|
|||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)NSObject(im)mp_userNotificationCenter:newDidReceive:withCompletionHandler:"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_userNotificationCenter(_:newDidReceive:withCompletionHandler:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)NSObject(im)mp_userNotificationCenter:newDidReceive:withCompletionHandler:">mp_userNotificationCenter(_:newDidReceive:withCompletionHandler:)</a>
|
||||
<a name="/s:So8NSStringC8MixpanelE25isValidNestedTypeAndValueSbyF"></a>
|
||||
<a name="//apple_ref/swift/Method/isValidNestedTypeAndValue()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So8NSStringC8MixpanelE25isValidNestedTypeAndValueSbyF">isValidNestedTypeAndValue()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Checks if this object has nested object types that Mixpanel supports.
|
||||
Will always return true.</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">isValidNestedTypeAndValue</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So8NSStringC8MixpanelE6equals3rhsSbAC0B4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So8NSStringC8MixpanelE6equals3rhsSbAC0B4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -226,10 +242,7 @@
|
|||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_userNotificationCenter</span><span class="p">(</span><span class="n">_</span> <span class="nv">center</span><span class="p">:</span> <span class="kt">UNUserNotificationCenter</span><span class="p">,</span>
|
||||
<span class="n">newDidReceive</span> <span class="nv">response</span><span class="p">:</span> <span class="kt">UNNotificationResponse</span><span class="p">,</span>
|
||||
<span class="n">withCompletionHandler</span> <span class="nv">completionHandler</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">()</span> <span class="o">-></span> <span class="kt">Void</span><span class="p">)</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">equals</span><span class="p">(</span><span class="nv">rhs</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span><span class="p">)</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -241,8 +254,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/String" class="dashAnchor"></a>
|
||||
<a title="String Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>String</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">String</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">String</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
|
||||
|
|
@ -240,7 +228,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:SS8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:SS8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:SS8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -262,33 +250,6 @@ Will always return true.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:SS8MixpanelE27appendSuffixBeforeExtension6suffixS2S_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/appendSuffixBeforeExtension(suffix:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:SS8MixpanelE27appendSuffixBeforeExtension6suffixS2S_tF">appendSuffixBeforeExtension(suffix:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">appendSuffixBeforeExtension</span><span class="p">(</span><span class="nv">suffix</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="o">-></span> <span class="kt">String</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
|
|
@ -334,8 +295,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIColor" class="dashAnchor"></a>
|
||||
<a title="UIColor Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>UIColor</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIColor</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -211,7 +199,7 @@
|
|||
<code>
|
||||
<a name="/s:So7UIColorC8MixpanelE5MPHexABSu_tcfc"></a>
|
||||
<a name="//apple_ref/swift/Method/init(MPHex:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So7UIColorC8MixpanelE5MPHexABSu_tcfc">init(MPHex:)</a>
|
||||
<a class="token" href="#/s:So7UIColorC8MixpanelE5MPHexABSu_tcfc">init(MPHex:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -253,40 +241,13 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So7UIColorC8MixpanelE3add7overlayA2B_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/add(overlay:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So7UIColorC8MixpanelE3add7overlayA2B_tF">add(overlay:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Add two colors together</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">add</span><span class="p">(</span><span class="nv">overlay</span><span class="p">:</span> <span class="kt">UIColor</span><span class="p">)</span> <span class="o">-></span> <span class="kt">UIColor</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,248 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UIDevice Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIDevice" class="dashAnchor"></a>
|
||||
<a title="UIDevice Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UIDevice Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UIDevice</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIDevice</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So8UIDeviceC8MixpanelE7iPhoneXSbvp"></a>
|
||||
<a name="//apple_ref/swift/Property/iPhoneX" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So8UIDeviceC8MixpanelE7iPhoneXSbvp">iPhoneX</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">iPhoneX</span><span class="p">:</span> <span class="kt">Bool</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -1,277 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UIResponder Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIResponder" class="dashAnchor"></a>
|
||||
<a title="UIResponder Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UIResponder Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UIResponder</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIResponder</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIResponder(im)mp_application:newDidReceiveRemoteNotification:fetchCompletionHandler:"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_application(_:newDidReceiveRemoteNotification:fetchCompletionHandler:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIResponder(im)mp_application:newDidReceiveRemoteNotification:fetchCompletionHandler:">mp_application(_:newDidReceiveRemoteNotification:fetchCompletionHandler:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_application</span><span class="p">(</span><span class="n">_</span> <span class="nv">application</span><span class="p">:</span> <span class="kt">UIApplication</span><span class="p">,</span> <span class="n">newDidReceiveRemoteNotification</span> <span class="nv">userInfo</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyHashable</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">],</span> <span class="n">fetchCompletionHandler</span> <span class="nv">completionHandler</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">(</span><span class="kt">UIBackgroundFetchResult</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Swift</span><span class="o">.</span><span class="kt">Void</span><span class="p">)</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIResponder(im)mp_application:newDidReceiveRemoteNotification:"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_application(_:newDidReceiveRemoteNotification:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIResponder(im)mp_application:newDidReceiveRemoteNotification:">mp_application(_:newDidReceiveRemoteNotification:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_application</span><span class="p">(</span><span class="n">_</span> <span class="nv">application</span><span class="p">:</span> <span class="kt">UIApplication</span><span class="p">,</span> <span class="n">newDidReceiveRemoteNotification</span> <span class="nv">userInfo</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyHashable</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">])</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -1,663 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UIView Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIView" class="dashAnchor"></a>
|
||||
<a title="UIView Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UIView Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UIView</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIView</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)callOriginalFunctionAndSwizzledBlocksWithOriginalSelector:"></a>
|
||||
<a name="//apple_ref/swift/Method/callOriginalFunctionAndSwizzledBlocks(originalSelector:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)callOriginalFunctionAndSwizzledBlocksWithOriginalSelector:">callOriginalFunctionAndSwizzledBlocks(originalSelector:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">callOriginalFunctionAndSwizzledBlocks</span><span class="p">(</span><span class="nv">originalSelector</span><span class="p">:</span> <span class="kt">Selector</span><span class="p">)</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)newDidMoveToWindow"></a>
|
||||
<a name="//apple_ref/swift/Method/newDidMoveToWindow()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)newDidMoveToWindow">newDidMoveToWindow()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">newDidMoveToWindow</span><span class="p">()</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)newDidMoveToSuperview"></a>
|
||||
<a name="//apple_ref/swift/Method/newDidMoveToSuperview()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)newDidMoveToSuperview">newDidMoveToSuperview()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">newDidMoveToSuperview</span><span class="p">()</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)newLayoutSubviews"></a>
|
||||
<a name="//apple_ref/swift/Method/newLayoutSubviews()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)newLayoutSubviews">newLayoutSubviews()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">newLayoutSubviews</span><span class="p">()</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE16mp_encryptHelper5inputSo8NSStringCSSSg_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_encryptHelper(input:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE16mp_encryptHelper5inputSo8NSStringCSSSg_tF">mp_encryptHelper(input:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_encryptHelper</span><span class="p">(</span><span class="nv">input</span><span class="p">:</span> <span class="kt">String</span><span class="p">?)</span> <span class="o">-></span> <span class="kt">NSString</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_fingerprintVersion"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_fingerprintVersion()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_fingerprintVersion">mp_fingerprintVersion()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_fingerprintVersion</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSNumber</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varA"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varA()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varA">mp_varA()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varA</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSString</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varB"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varB()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varB">mp_varB()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varB</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSString</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varC"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varC()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varC">mp_varC()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varC</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSString</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varSetD"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varSetD()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varSetD">mp_varSetD()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varSetD</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSArray</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varE"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_varE()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIView(im)mp_varE">mp_varE()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">mp_varE</span><span class="p">()</span> <span class="o">-></span> <span class="kt">NSString</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE9mp_viewIdSSSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_viewId()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE9mp_viewIdSSSgyF">mp_viewId()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_viewId</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE21mp_controllerVariableSSSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_controllerVariable()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE21mp_controllerVariableSSSgyF">mp_controllerVariable()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_controllerVariable</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE19mp_imageFingerprintSSSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_imageFingerprint()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE19mp_imageFingerprintSSSgyF">mp_imageFingerprint()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_imageFingerprint</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE16mp_targetActionsSaySSGyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_targetActions()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE16mp_targetActionsSaySSGyF">mp_targetActions()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_targetActions</span><span class="p">()</span> <span class="o">-></span> <span class="p">[</span><span class="kt">String</span><span class="p">]</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:So6UIViewC8MixpanelE7mp_textSSSgyF"></a>
|
||||
<a name="//apple_ref/swift/Method/mp_text()" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:So6UIViewC8MixpanelE7mp_textSSSgyF">mp_text()</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">mp_text</span><span class="p">()</span> <span class="o">-></span> <span class="kt">String</span><span class="p">?</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -1,249 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>UIViewController Extension Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UIViewController" class="dashAnchor"></a>
|
||||
<a title="UIViewController Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">Mixpanel Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
UIViewController Extension Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Group.html">Group</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/Mixpanel.html">Mixpanel</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelInstance.html">MixpanelInstance</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelNotificationServiceExtension.html">MixpanelNotificationServiceExtension</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/MixpanelPushNotifications.html">MixpanelPushNotifications</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/People.html">People</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes.html#/s:8Mixpanel10TweakStoreC">TweakStore</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/TweakViewDataType.html">TweakViewDataType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Array.html">Array</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Bool.html">Bool</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Double.html">Double</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Float.html">Float</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Functions.html">Functions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Functions.html#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelDelegate.html">MixpanelDelegate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/MixpanelType.html">MixpanelType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakClusterType.html">TweakClusterType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Protocols/TweakableType.html">TweakableType</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnyTweak.html">AnyTweak</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/MixpanelTweaks.html">MixpanelTweaks</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Tweak.html">Tweak</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Typealiases.html">Type Aliases</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>UIViewController</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UIViewController</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/c:@CM@Mixpanel@@objc(cs)UIViewController(im)newDidSelectRowAtIndexPathWithTableView:indexPath:"></a>
|
||||
<a name="//apple_ref/swift/Method/newDidSelectRowAtIndexPath(tableView:indexPath:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/c:@CM@Mixpanel@@objc(cs)UIViewController(im)newDidSelectRowAtIndexPathWithTableView:indexPath:">newDidSelectRowAtIndexPath(tableView:indexPath:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@objc</span>
|
||||
<span class="kd">func</span> <span class="nf">newDidSelectRowAtIndexPath</span><span class="p">(</span><span class="nv">tableView</span><span class="p">:</span> <span class="kt">UITableView</span><span class="p">,</span> <span class="nv">indexPath</span><span class="p">:</span> <span class="kt">IndexPath</span><span class="p">)</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/UInt" class="dashAnchor"></a>
|
||||
<a title="UInt Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>UInt</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">UInt</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:Su8MixpanelE6equals3rhsSbAA0A4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:Su8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:Su8MixpanelE6equals3rhsSbAA0A4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Extension/URL" class="dashAnchor"></a>
|
||||
<a title="URL Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>URL</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">URL</span><span class="p">:</span> <span class="kt"><a href="../Protocols/MixpanelType.html">MixpanelType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@ Will always return true.</p>
|
|||
<code>
|
||||
<a name="/s:10Foundation3URLV8MixpanelE6equals3rhsSbAD0C4Type_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:10Foundation3URLV8MixpanelE6equals3rhsSbAD0C4Type_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:10Foundation3URLV8MixpanelE6equals3rhsSbAD0C4Type_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -266,8 +254,8 @@ Will always return true.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Functions" class="dashAnchor"></a>
|
||||
<a title="Functions Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -206,7 +193,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF"></a>
|
||||
<a name="//apple_ref/swift/Function/==(_:_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel2eeoiySbAA8AnyTweakV_ADtF">==(_:<wbr>_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -268,7 +255,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF"></a>
|
||||
<a name="//apple_ref/swift/Function/==(_:_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel2eeoiySbAA5TweakVyxG_AEtAA13TweakableTypeRzlF">==(_:<wbr>_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -330,8 +317,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Protocols" class="dashAnchor"></a>
|
||||
<a title="Protocols Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -350,8 +337,8 @@ It allows you to combine one-off Tweak<T>‘s with TweakGroupTemplates into
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/MixpanelDelegate" class="dashAnchor"></a>
|
||||
<a title="MixpanelDelegate Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelDelegate</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">MixpanelDelegate</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -212,7 +200,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A8DelegateP17mixpanelWillFlushySbAA0A8InstanceCF"></a>
|
||||
<a name="//apple_ref/swift/Method/mixpanelWillFlush(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A8DelegateP17mixpanelWillFlushySbAA0A8InstanceCF">mixpanelWillFlush(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A8DelegateP17mixpanelWillFlushySbAA0A8InstanceCF">mixpanelWillFlush(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -262,8 +250,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/MixpanelType" class="dashAnchor"></a>
|
||||
<a title="MixpanelType Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">MixpanelType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -241,7 +229,7 @@ Numbers are not NaN or infinity</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A4TypeP6equals3rhsSbAaB_p_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/equals(rhs:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A4TypeP6equals3rhsSbAaB_p_tF">equals(rhs:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A4TypeP6equals3rhsSbAaB_p_tF">equals(rhs:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -268,8 +256,8 @@ Numbers are not NaN or infinity</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/TweakClusterType" class="dashAnchor"></a>
|
||||
<a title="TweakClusterType Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>TweakClusterType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">TweakClusterType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -241,8 +229,8 @@ It allows you to combine one-off Tweak<T>‘s with TweakGroupTemplates into
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/TweakLibraryType" class="dashAnchor"></a>
|
||||
<a title="TweakLibraryType Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>TweakLibraryType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">TweakLibraryType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel16TweakLibraryTypePAAE6assignyqd__AA0B0Vyqd__GAA09TweakableD0Rd__lFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/assign(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel16TweakLibraryTypePAAE6assignyqd__AA0B0Vyqd__GAA09TweakableD0Rd__lFZ">assign(_:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel16TweakLibraryTypePAAE6assignyqd__AA0B0Vyqd__GAA09TweakableD0Rd__lFZ">assign(_:<wbr>)</a>
|
||||
</code>
|
||||
<span class="declaration-note">
|
||||
Extension method
|
||||
|
|
@ -288,7 +276,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel16TweakLibraryTypePAAE4bind_7bindingyAA0B0Vyqd__G_yqd__ctAA09TweakableD0Rd__lFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/bind(_:binding:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel16TweakLibraryTypePAAE4bind_7bindingyAA0B0Vyqd__G_yqd__ctAA09TweakableD0Rd__lFZ">bind(_:binding:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel16TweakLibraryTypePAAE4bind_7bindingyAA0B0Vyqd__G_yqd__ctAA09TweakableD0Rd__lFZ">bind(_:<wbr>binding:<wbr>)</a>
|
||||
</code>
|
||||
<span class="declaration-note">
|
||||
Extension method
|
||||
|
|
@ -349,8 +337,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/TweakableType" class="dashAnchor"></a>
|
||||
<a title="TweakableType Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>TweakableType</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">TweakableType</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,8 +227,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Structures" class="dashAnchor"></a>
|
||||
<a title="Structures Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -296,8 +283,8 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Struct/AnyTweak" class="dashAnchor"></a>
|
||||
<a title="AnyTweak Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>AnyTweak</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">AnyTweak</span> <span class="p">:</span> <span class="kt">TweakType</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AnyTweak</span><span class="p">:</span> <span class="kt">Hashable</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AnyTweak</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakClusterType.html">TweakClusterType</a></span></code></pre>
|
||||
|
|
@ -214,7 +202,7 @@
|
|||
<code>
|
||||
<a name="/s:SH4hash4intoys6HasherVz_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/hash(into:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:SH4hash4intoys6HasherVz_tF">hash(into:)</a>
|
||||
<a class="token" href="#/s:SH4hash4intoys6HasherVz_tF">hash(into:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -235,33 +223,6 @@
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel8AnyTweakV21persistenceIdentifierSSvp"></a>
|
||||
<a name="//apple_ref/swift/Property/persistenceIdentifier" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel8AnyTweakV21persistenceIdentifierSSvp">persistenceIdentifier</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">persistenceIdentifier</span><span class="p">:</span> <span class="kt">String</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -294,8 +255,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Struct/MixpanelTweaks" class="dashAnchor"></a>
|
||||
<a title="MixpanelTweaks Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>MixpanelTweaks</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">MixpanelTweaks</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/TweakLibraryType.html">TweakLibraryType</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
|
@ -239,7 +227,7 @@
|
|||
<code>
|
||||
<a name="/s:8Mixpanel0A6TweaksV03setB06tweaksySayAA16TweakClusterType_pG_tFZ"></a>
|
||||
<a name="//apple_ref/swift/Method/setTweaks(tweaks:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel0A6TweaksV03setB06tweaksySayAA16TweakClusterType_pG_tFZ">setTweaks(tweaks:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel0A6TweaksV03setB06tweaksySayAA16TweakClusterType_pG_tFZ">setTweaks(tweaks:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -285,8 +273,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Struct/Tweak" class="dashAnchor"></a>
|
||||
<a title="Tweak Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="../index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="../img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="../Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/NSObject.html">NSObject</a>
|
||||
<a href="../Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -197,6 +184,7 @@
|
|||
<h1>Tweak</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Tweak</span><span class="o"><</span><span class="kt">T</span><span class="o">></span> <span class="k">where</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/TweakableType.html">TweakableType</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Tweak</span><span class="p">:</span> <span class="kt">Hashable</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Tweak</span><span class="p">:</span> <span class="kt"><a href="../Protocols/TweakClusterType.html">TweakClusterType</a></span></code></pre>
|
||||
|
|
@ -216,7 +204,7 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV9tweakName12defaultValueACyxGSS_xtcfc"></a>
|
||||
<a name="//apple_ref/swift/Method/init(tweakName:defaultValue:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV9tweakName12defaultValueACyxGSS_xtcfc">init(tweakName:defaultValue:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV9tweakName12defaultValueACyxGSS_xtcfc">init(tweakName:<wbr>defaultValue:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -269,93 +257,12 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV5tweakAA0B4Type_pvp"></a>
|
||||
<a name="//apple_ref/swift/Property/tweak" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV5tweakAA0B4Type_pvp">tweak</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">tweak</span><span class="p">:</span> <span class="kt">TweakType</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV16tweakDefaultDataAA0bdE0Ovp"></a>
|
||||
<a name="//apple_ref/swift/Property/tweakDefaultData" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV16tweakDefaultDataAA0bdE0Ovp">tweakDefaultData</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">tweakDefaultData</span><span class="p">:</span> <span class="kt">TweakDefaultData</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV17tweakViewDataTypeAA0bdeF0Ovp"></a>
|
||||
<a name="//apple_ref/swift/Property/tweakViewDataType" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV17tweakViewDataTypeAA0bdeF0Ovp">tweakViewDataType</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">tweakViewDataType</span><span class="p">:</span> <span class="kt"><a href="../Enums/TweakViewDataType.html">TweakViewDataType</a></span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV4hash4intoys6HasherVz_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/hash(into:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV4hash4intoys6HasherVz_tF">hash(into:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV4hash4intoys6HasherVz_tF">hash(into:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -377,33 +284,6 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:8Mixpanel5TweakV21persistenceIdentifierSSvp"></a>
|
||||
<a name="//apple_ref/swift/Property/persistenceIdentifier" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakV21persistenceIdentifierSSvp">persistenceIdentifier</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">persistenceIdentifier</span><span class="p">:</span> <span class="kt">String</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
|
|
@ -434,10 +314,10 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
</div>
|
||||
<div class="task-group">
|
||||
<div class="task-name-container">
|
||||
<a name="/Available%20where%20%60T%60:%20%60SignedNumeric%60%20&%20%60Comparable%60"></a>
|
||||
<a name="/Available%20where%20%60T%60%3A%20%60SignedNumeric%60%20%26%20%60Comparable%60"></a>
|
||||
<a name="//apple_ref/swift/Section/Available where `T`: `SignedNumeric` & `Comparable`" class="dashAnchor"></a>
|
||||
<div class="section-name-container">
|
||||
<a class="section-name-link" href="#/Available%20where%20%60T%60:%20%60SignedNumeric%60%20&%20%60Comparable%60"></a>
|
||||
<a class="section-name-link" href="#/Available%20where%20%60T%60%3A%20%60SignedNumeric%60%20%26%20%60Comparable%60"></a>
|
||||
<h3 class="section-name"><p>Available where <code>T</code>: <code>SignedNumeric</code> & <code>Comparable</code></p>
|
||||
</h3>
|
||||
</div>
|
||||
|
|
@ -448,7 +328,7 @@ If T: SignedNumberType, you can declare a min / max for a Tweak.</p>
|
|||
<code>
|
||||
<a name="/s:8Mixpanel5TweakVAASLRzs13SignedNumericRzrlE9tweakName12defaultValue3min3max8stepSizeACyxGSS_xxSgA2Ktcfc"></a>
|
||||
<a name="//apple_ref/swift/Method/init(tweakName:defaultValue:min:max:stepSize:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakVAASLRzs13SignedNumericRzrlE9tweakName12defaultValue3min3max8stepSizeACyxGSS_xxSgA2Ktcfc">init(tweakName:defaultValue:min:max:stepSize:)</a>
|
||||
<a class="token" href="#/s:8Mixpanel5TweakVAASLRzs13SignedNumericRzrlE9tweakName12defaultValue3min3max8stepSizeACyxGSS_xxSgA2Ktcfc">init(tweakName:<wbr>defaultValue:<wbr>min:<wbr>max:<wbr>stepSize:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
|
|
@ -547,8 +427,8 @@ You can optionally provide a min / max / stepSize to restrict the bounds and beh
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Type Aliases" class="dashAnchor"></a>
|
||||
<a title="Type Aliases Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -74,18 +82,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -98,6 +97,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -113,24 +115,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -233,8 +220,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -56,9 +56,14 @@ p code, li code {
|
|||
padding: 2px 4px;
|
||||
border-radius: 4px; }
|
||||
|
||||
pre > code {
|
||||
padding: 0; }
|
||||
|
||||
a {
|
||||
color: #0088cc;
|
||||
text-decoration: none; }
|
||||
a code {
|
||||
color: inherit; }
|
||||
|
||||
ul {
|
||||
padding-left: 15px; }
|
||||
|
|
@ -80,11 +85,11 @@ blockquote {
|
|||
|
||||
header {
|
||||
font-size: 0.85em;
|
||||
line-height: 26px;
|
||||
line-height: 32px;
|
||||
background-color: #414141;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 2; }
|
||||
z-index: 3; }
|
||||
header img {
|
||||
padding-right: 6px;
|
||||
vertical-align: -4px;
|
||||
|
|
@ -100,12 +105,12 @@ header {
|
|||
|
||||
#breadcrumbs {
|
||||
background-color: #f2f2f2;
|
||||
height: 27px;
|
||||
height: 21px;
|
||||
padding-top: 17px;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
margin-top: 26px; }
|
||||
margin-top: 32px; }
|
||||
#breadcrumbs #carat {
|
||||
height: 10px;
|
||||
margin: 0 5px; }
|
||||
|
|
@ -199,6 +204,7 @@ header {
|
|||
margin-left: 18px; }
|
||||
|
||||
.task-group-section {
|
||||
margin-top: 10px;
|
||||
padding-left: 6px;
|
||||
border-top: 1px solid #e2e2e2; }
|
||||
|
||||
|
|
@ -241,12 +247,14 @@ header {
|
|||
background-color: transparent;
|
||||
padding: 0; }
|
||||
.item .token, .item .direct-link {
|
||||
display: inline-block;
|
||||
text-indent: -20px;
|
||||
padding-left: 3px;
|
||||
margin-left: 15px;
|
||||
margin-left: 35px;
|
||||
font-size: 11.9px;
|
||||
transition: all 300ms; }
|
||||
.item .token-open {
|
||||
margin-left: 0px; }
|
||||
margin-left: 20px; }
|
||||
.item .discouraged {
|
||||
text-decoration: line-through; }
|
||||
.item .declaration-note {
|
||||
|
|
@ -370,3 +378,46 @@ html.dash .content-wrapper {
|
|||
|
||||
html.dash #footer {
|
||||
position: static; }
|
||||
|
||||
form[role=search] {
|
||||
float: right; }
|
||||
form[role=search] input {
|
||||
font: Helvetica, freesans, Arial, sans-serif;
|
||||
margin-top: 6px;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
padding: 0px 10px;
|
||||
border: none;
|
||||
border-radius: 1em; }
|
||||
.loading form[role=search] input {
|
||||
background: white url(../img/spinner.gif) center right 4px no-repeat; }
|
||||
form[role=search] .tt-menu {
|
||||
margin: 0;
|
||||
min-width: 300px;
|
||||
background: #fff;
|
||||
color: #333;
|
||||
border: 1px solid #e2e2e2;
|
||||
z-index: 4; }
|
||||
form[role=search] .tt-highlight {
|
||||
font-weight: bold; }
|
||||
form[role=search] .tt-suggestion {
|
||||
font: Helvetica, freesans, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 0 8px; }
|
||||
form[role=search] .tt-suggestion span {
|
||||
display: table-cell;
|
||||
white-space: nowrap; }
|
||||
form[role=search] .tt-suggestion .doc-parent-name {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
font-weight: normal;
|
||||
font-size: 0.9em;
|
||||
padding-left: 16px; }
|
||||
form[role=search] .tt-suggestion:hover,
|
||||
form[role=search] .tt-suggestion.tt-cursor {
|
||||
cursor: pointer;
|
||||
background-color: #4183c4;
|
||||
color: #fff; }
|
||||
form[role=search] .tt-suggestion:hover .doc-parent-name,
|
||||
form[role=search] .tt-suggestion.tt-cursor .doc-parent-name {
|
||||
color: #fff; }
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
|
|
@ -8,13 +8,21 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a title="Mixpanel Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Mixpanel 2.8.1 Docs</a> (66% documented)</p>
|
||||
<p><a href="index.html">Mixpanel 2.9.1 Docs</a> (87% documented)</p>
|
||||
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png"/>View on GitHub</a></p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -73,18 +81,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/CGFloat.html">CGFloat</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Collection.html">Collection</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Data.html">Data</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Date.html">Date</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/DateFormatter.html">DateFormatter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/Dictionary.html">Dictionary</a>
|
||||
</li>
|
||||
|
|
@ -97,6 +96,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/Int.html">Int</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSArray.html">NSArray</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSNull.html">NSNull</a>
|
||||
</li>
|
||||
|
|
@ -104,7 +106,7 @@
|
|||
<a href="Extensions/NSNumber.html">NSNumber</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/NSObject.html">NSObject</a>
|
||||
<a href="Extensions/NSString.html">NSString</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/String.html">String</a>
|
||||
|
|
@ -112,24 +114,9 @@
|
|||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIColor.html">UIColor</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIDevice.html">UIDevice</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIResponder.html">UIResponder</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIView.html">UIView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UIViewController.html">UIViewController</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UInt.html">UInt</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/UNUserNotificationCenter.html">UNUserNotificationCenter</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Extensions/URL.html">URL</a>
|
||||
</li>
|
||||
|
|
@ -396,8 +383,8 @@ class NotificationService: MixpanelNotificationServiceExtension {}
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2020-11-23)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2021 <a class="link" href="http://mixpanel.com" target="_blank" rel="external">Mixpanel</a>. All rights reserved. (Last updated: 2021-04-01)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ function openCurrentItemIfClosed() {
|
|||
if (window.jazzy.docset) {
|
||||
return;
|
||||
}
|
||||
var $link = $(`.token[href="${location.hash}"]`);
|
||||
var $link = $(`a[name="${location.hash.substring(1)}"]`).nextAll('.token');
|
||||
$content = itemLinkToContent($link);
|
||||
if ($content.is(':hidden')) {
|
||||
toggleItem($link, $content);
|
||||
|
|
@ -57,3 +57,14 @@ $("a:not('.token')").on('click', function() {
|
|||
openCurrentItemIfClosed();
|
||||
}
|
||||
});
|
||||
|
||||
// KaTeX rendering
|
||||
if ("katex" in window) {
|
||||
$($('.math').each( (_, element) => {
|
||||
katex.render(element.textContent, element, {
|
||||
displayMode: $(element).hasClass('m-block'),
|
||||
throwOnError: false,
|
||||
trust: true
|
||||
});
|
||||
}))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,70 @@
|
|||
$(function(){
|
||||
var $typeahead = $('[data-typeahead]');
|
||||
var $form = $typeahead.parents('form');
|
||||
var searchURL = $form.attr('action');
|
||||
|
||||
function displayTemplate(result) {
|
||||
return result.name;
|
||||
}
|
||||
|
||||
function suggestionTemplate(result) {
|
||||
var t = '<div class="list-group-item clearfix">';
|
||||
t += '<span class="doc-name">' + result.name + '</span>';
|
||||
if (result.parent_name) {
|
||||
t += '<span class="doc-parent-name label">' + result.parent_name + '</span>';
|
||||
}
|
||||
t += '</div>';
|
||||
return t;
|
||||
}
|
||||
|
||||
$typeahead.one('focus', function() {
|
||||
$form.addClass('loading');
|
||||
|
||||
$.getJSON(searchURL).then(function(searchData) {
|
||||
const searchIndex = lunr(function() {
|
||||
this.ref('url');
|
||||
this.field('name');
|
||||
this.field('abstract');
|
||||
for (const [url, doc] of Object.entries(searchData)) {
|
||||
this.add({url: url, name: doc.name, abstract: doc.abstract});
|
||||
}
|
||||
});
|
||||
|
||||
$typeahead.typeahead(
|
||||
{
|
||||
highlight: true,
|
||||
minLength: 3,
|
||||
autoselect: true
|
||||
},
|
||||
{
|
||||
limit: 10,
|
||||
display: displayTemplate,
|
||||
templates: { suggestion: suggestionTemplate },
|
||||
source: function(query, sync) {
|
||||
const lcSearch = query.toLowerCase();
|
||||
const results = searchIndex.query(function(q) {
|
||||
q.term(lcSearch, { boost: 100 });
|
||||
q.term(lcSearch, {
|
||||
boost: 10,
|
||||
wildcard: lunr.Query.wildcard.TRAILING
|
||||
});
|
||||
}).map(function(result) {
|
||||
var doc = searchData[result.ref];
|
||||
doc.url = result.ref;
|
||||
return doc;
|
||||
});
|
||||
sync(results);
|
||||
}
|
||||
}
|
||||
);
|
||||
$form.removeClass('loading');
|
||||
$typeahead.trigger('focus');
|
||||
});
|
||||
});
|
||||
|
||||
var baseURL = searchURL.slice(0, -"search.json".length);
|
||||
|
||||
$typeahead.on('typeahead:select', function(e, result) {
|
||||
window.location = baseURL + result.url;
|
||||
});
|
||||
});
|
||||
File diff suppressed because one or more lines are too long
6
docs/docsets/Mixpanel.docset/Contents/Resources/Documents/js/lunr.min.js
vendored
Normal file
6
docs/docsets/Mixpanel.docset/Contents/Resources/Documents/js/lunr.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue