Skip to content

Commit 82a6246

Browse files
committed
Attempt to fix
1 parent 51e00f4 commit 82a6246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To learn more about various SDK features, read:
4141

4242
To prevent ANRs during app startup, use background initialization instead of the standard `initialize()` method:
4343

44-
```java
44+
```kotlin
4545
// In Application.onCreate()
4646
IterableApi.initializeInBackground(this, "your-api-key", config) {
4747
// SDK is ready - this callback is optional
@@ -50,7 +50,7 @@ IterableApi.initializeInBackground(this, "your-api-key", config) {
5050

5151
**For subscribing to initialization completion from multiple places:**
5252

53-
```java
53+
```kotlin
5454
IterableApi.onSDKInitialized {
5555
// This callback will be invoked when initialization completes
5656
// If already initialized, it's called immediately

0 commit comments

Comments
 (0)