Dhruv Sangvikar
Results
2
issues of
Dhruv Sangvikar
This allows the ability to change alert dialog style and also provides the ability to set status bar color. Can even be set to transparent to allow and draw behind...
Sending async/ad hoc messages for skype is working well with the following message object: ``` message = { 'type': 'message', 'channelId': user['channelId'], 'conversation': { 'id': user['conversationId'] }, 'serviceUrl': user['serviceUrl'], 'from':...