Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
report mobile number
  • Loading branch information
A.Badakhshan committed Apr 16, 2020
1 parent 6fa9171 commit 7f1564e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pushsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "0.1.0"
versionName "0.1.1"
consumerProguardFiles 'consumer-rules.pro'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ object AyanNotification {
)
}

fun reportDeviceMobileNumber(mobileNumber: String) {
PushNotificationNetworking.reportDeviceMobileNumber(mobileNumber)
}

fun getNotificationList(
itemCount: Long,
notificationObjectsCallBack: NotificationObjectsCallBack
Expand Down

0 comments on commit 7f1564e

Please sign in to comment.