-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/ApplicationFramework.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class ApplicationFramework constructor(val android: com.newrelic.agent.android.ApplicationFramework) | ||
actual class ApplicationFramework constructor(val android: com.newrelic.agent.android.ApplicationFramework) |
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/Context.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class Context internal constructor(val android: android.content.Context) | ||
actual class Context internal constructor(val android: android.content.Context) |
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/EventListener.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class EventListener constructor(val android: com.newrelic.agent.android.analytics.EventListener) | ||
actual class EventListener constructor(val android: com.newrelic.agent.android.analytics.EventListener) |
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/FeatureFlag.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class FeatureFlag constructor(val android: com.newrelic.agent.android.FeatureFlag) | ||
actual class FeatureFlag constructor(val android: com.newrelic.agent.android.FeatureFlag) |
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/MetricUnit.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class MetricUnit constructor(val android: com.newrelic.agent.android.metric.MetricUnit) | ||
actual class MetricUnit constructor(val android: com.newrelic.agent.android.metric.MetricUnit) |
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/NetworkFailure.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class NetworkFailure constructor(val android: com.newrelic.agent.android.util.NetworkFailure) | ||
actual class NetworkFailure constructor(val android: com.newrelic.agent.android.util.NetworkFailure) |
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/StackTrace.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class StackTrace constructor(val android: com.newrelic.agent.android.hybrid.StackTrace) | ||
actual class StackTrace constructor(val android: com.newrelic.agent.android.hybrid.StackTrace) |
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/TraceContext.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class TraceContext constructor(val android: com.newrelic.agent.android.distributedtracing.TraceContext) | ||
actual class TraceContext constructor(val android: com.newrelic.agent.android.distributedtracing.TraceContext) |
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/TraceListener.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class TraceListener constructor(val android: com.newrelic.agent.android.distributedtracing.TraceListener) | ||
actual class TraceListener constructor(val android: com.newrelic.agent.android.distributedtracing.TraceListener) |
2 changes: 1 addition & 1 deletion
2
library/src/androidMain/kotlin/com/myunidays/newrelik/URLConnection.android.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class URLConnection internal constructor(val android: java.net.URLConnection) | ||
actual class URLConnection internal constructor(val android: java.net.URLConnection) |
2 changes: 1 addition & 1 deletion
2
library/src/commonMain/kotlin/com/myunidays/newrelik/ApplicationFramework.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
expect class ApplicationFramework | ||
expect class ApplicationFramework |
2 changes: 1 addition & 1 deletion
2
library/src/commonMain/kotlin/com/myunidays/newrelik/Context.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
expect class Context | ||
expect class Context |
2 changes: 1 addition & 1 deletion
2
library/src/commonMain/kotlin/com/myunidays/newrelik/EventListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
expect class EventListener | ||
expect class EventListener |
2 changes: 1 addition & 1 deletion
2
library/src/commonMain/kotlin/com/myunidays/newrelik/FeatureFlag.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
expect class FeatureFlag | ||
expect class FeatureFlag |
2 changes: 1 addition & 1 deletion
2
library/src/commonMain/kotlin/com/myunidays/newrelik/MetricUnit.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
expect class MetricUnit | ||
expect class MetricUnit |
2 changes: 1 addition & 1 deletion
2
library/src/commonMain/kotlin/com/myunidays/newrelik/NetworkFailure.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
expect class NetworkFailure | ||
expect class NetworkFailure |
2 changes: 1 addition & 1 deletion
2
library/src/commonMain/kotlin/com/myunidays/newrelik/TraceContext.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
expect class TraceContext | ||
expect class TraceContext |
2 changes: 1 addition & 1 deletion
2
library/src/commonMain/kotlin/com/myunidays/newrelik/TraceListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
expect class TraceListener | ||
expect class TraceListener |
2 changes: 1 addition & 1 deletion
2
library/src/commonMain/kotlin/com/myunidays/newrelik/URLConnection.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
expect class URLConnection | ||
expect class URLConnection |
2 changes: 1 addition & 1 deletion
2
library/src/iosMain/kotlin/com/myunidays/newrelik/ApplicationFramework.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class ApplicationFramework | ||
actual class ApplicationFramework |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
library/src/iosMain/kotlin/com/myunidays/newrelik/EventListener.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class EventListener | ||
actual class EventListener |
2 changes: 1 addition & 1 deletion
2
library/src/iosMain/kotlin/com/myunidays/newrelik/FeatureFlag.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class FeatureFlag constructor(val ios: cocoapods.NewRelicAgent.NRMAFeatureFlags) | ||
actual class FeatureFlag constructor(val ios: cocoapods.NewRelicAgent.NRMAFeatureFlags) |
2 changes: 1 addition & 1 deletion
2
library/src/iosMain/kotlin/com/myunidays/newrelik/MetricUnit.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class MetricUnit | ||
actual class MetricUnit |
2 changes: 1 addition & 1 deletion
2
library/src/iosMain/kotlin/com/myunidays/newrelik/NetworkFailure.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class NetworkFailure constructor(val ios: cocoapods.NewRelicAgent.NRNetworkFailureCode) | ||
actual class NetworkFailure constructor(val ios: cocoapods.NewRelicAgent.NRNetworkFailureCode) |
2 changes: 1 addition & 1 deletion
2
library/src/iosMain/kotlin/com/myunidays/newrelik/StackTrace.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class StackTrace | ||
actual class StackTrace |
2 changes: 1 addition & 1 deletion
2
library/src/iosMain/kotlin/com/myunidays/newrelik/TraceContext.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class TraceContext | ||
actual class TraceContext |
2 changes: 1 addition & 1 deletion
2
library/src/iosMain/kotlin/com/myunidays/newrelik/TraceListener.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual class TraceListener | ||
actual class TraceListener |
2 changes: 1 addition & 1 deletion
2
library/src/iosMain/kotlin/com/myunidays/newrelik/URLConnection.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.myunidays.newrelik | ||
|
||
actual typealias URLConnection = platform.Foundation.NSURLConnection | ||
actual typealias URLConnection = platform.Foundation.NSURLConnection |