Reputation: 2626
I added custom footer to my AccountKitActivity
screen. It is possible according to Facebook documentation.
In my layout I added buttons as footer fragment, but I need to use onActivityResult
after my buttons finish theirs action.
Is it possible to extends com.facebook.accountkit.ui.AccountKitActivity
so i will able to override the onActivityResult
and add additional actions to facebook actions?
Upvotes: 0
Views: 114
Reputation: 408
No, it is not possible to extend this class. This is a design decision made for legal reasons
Upvotes: 0