Android Question Set intent in NB6

DonManfred

Expert
Licensed User
Longtime User
How is the Notificationbuilder related to Appetize.io?
 
Upvote 0

Pooya1

Active Member
Licensed User
How is the Notificationbuilder related to Appetize.io?
Somebody have problem with notifications (for channel) and somebody dont have device that dont have android 8 and cannot test on android 8
So i think that it is good share this site for test on android 8
Is it bad? Sharing is bad?
 
Upvote 0

Pooya1

Active Member
Licensed User
I found it.
In Build function,I could change activity to intent look like :
B4X:
Public Sub Build (ContentTitle As Object, ContentText As Object, Tag As String, Intent2 As Intent) As Notification
    If IsOld Then
        OldNotification.SetInfo2(ContentTitle, ContentText, Tag, Activity)
        Return OldNotification
    Else
        Dim in As Intent = Intent2

Of course my code isn't standard,Please give good way
 
Upvote 0
Top