-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use composer.json and autoload #4
base: master
Are you sure you want to change the base?
Conversation
813dff3
to
4f9e49c
Compare
'bi_tag', | ||
'fast_app_target', | ||
'biTag', | ||
'fastAppTarget', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the reviewer: Does this has to be "fast_app_target" or it can be "fastAppTarget"
I replaced "_" in every buildFields()
method
@HMSPushKit @Mike-mei @rmibelgium Can anyone please review this PR? |
Hello @trbsi |
@Mike-mei |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change function name could be accepted or fileName,but the attribute name can't be changed.
the include file has been verify in linux and windows, not need to change.
@@ -0,0 +1,26 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used this php architecture since 3rd attribute
@@ -0,0 +1,19 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used 3rd attribute
"php": ">=7.0" | ||
}, | ||
"platform-dev": [] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BIN not allowd to use
@@ -0,0 +1,151 @@ | |||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Example/test_sample_push_topic_msg.php has it,not need it
use push_admin\PushLogConfig; | ||
namespace Huawei\Example\PushCommon; | ||
|
||
use Huawei\PushNotifications\PushAdmin\AndroidConfigDeliveryPriority; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is “Huawei” Directory?
@@ -18,19 +18,14 @@ | |||
/** | |||
* function: webpush message push control parameter, which is required for webpush msg=>PushMessage(webpush) | |||
*/ | |||
namespace push_admin\push_msg\webpush; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include using has verify in linux and windows,not necessary to 'use'
@@ -19,35 +19,31 @@ | |||
* function: WebPush Headers class =>WebPushConfig(headers) | |||
* =>PushMessage(webpush) | |||
*/ | |||
namespace push_admin\push_msg\webpush; | |||
namespace Huawei\PushNotifications\PushAdmin\PushMessage\WebPush; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include using has verify in linux and windows,not necessary to 'use'
@@ -19,33 +19,30 @@ | |||
* function: WebPushHmsOptions class =>WebPushConfig(hms_options) | |||
* =>PushMessage(webpush) | |||
*/ | |||
namespace push_admin\push_msg\webpush; | |||
|
|||
namespace Huawei\PushNotifications\PushAdmin\PushMessage\WebPush; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include using has verify in linux and windows,not necessary to 'use'
@@ -19,93 +19,114 @@ | |||
* function: WebPushNotification class =>WebPushConfig(notification) | |||
* =>PushMessage(webpush) | |||
*/ | |||
namespace push_admin\push_msg\webpush; | |||
namespace Huawei\PushNotifications\PushAdmin\PushMessage\WebPush; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include using has verify in linux and windows,not necessary to 'use'
private $title; | ||
|
||
private $icon; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include using has verify in linux and windows,not necessary to 'use'
No description provided.