File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ end sub
32
32
33
33
function registerRestoreHandlerCallback ()
34
34
' Restore purchase process
35
- print "NamiDataSource : registerRestoreHandlerCallback: restore pressed"
36
35
m .namiPaywallManager .callFunc ("dismiss" )
36
+ print "NamiDataSource : registerRestoreHandlerCallback: restore pressed"
37
37
end function
38
38
39
39
function registerSignInHandlerCallback ()
40
40
' Sign in process
41
- print "NamiDataSource : registerSignInHandlerCallback: sign in pressed"
42
41
m .namiPaywallManager .callFunc ("dismiss" )
42
+ print "NamiDataSource : registerSignInHandlerCallback: sign in pressed"
43
43
end function
44
44
45
45
function deeplinkActionHandlerCallback (url )
Original file line number Diff line number Diff line change 1
1
title=Nami SDK Demo
2
2
major_version=1
3
- minor_version=0
4
- build_version=090120230
3
+ minor_version=4
4
+ build_version=090520230
5
5
6
6
mm_icon_focus_hd=pkg:/images/icon_hd.png
7
7
mm_icon_side_hd=pkg:/images/icon_hd.png
Original file line number Diff line number Diff line change 3
3
"appPlatformIdStaging" : " APP_PLATFORM_ID_STAGING" ,
4
4
"environment" : " staging" ,
5
5
"fonts" : {
6
- "MuseoSans-500" : " pkg:/source/fonts/Museo_Sans-500.otf" ,
7
6
"opensans_bold" : " pkg:/source/fonts/opensans_bold.ttf" ,
8
7
"opensans_regular" : " pkg:/source/fonts/opensans_regular.ttf"
9
8
},
10
9
"isUseDummyProducts" : false ,
11
10
"namiDummyProductsFilePath" : " pkg:/source/data/dummyProducts.json" ,
12
11
"namiInitialConfigFilePath" : " pkg:/source/data/initialConfig.json" ,
13
- "namiSDKPath" : " https://packages.namiml.com/NamiSDK/Roku/NamiRoku.pkg"
12
+ "namiSDKPath" : " https://packages.namiml.com/NamiSDK/Roku/NamiRoku-1.4 .pkg"
14
13
}
You can’t perform that action at this time.
0 commit comments