ShareResultStatus
Inherits: Enum
Outcome of a share operation.
Properties
-
DISMISSED–The user dismissed the share sheet.
-
SUCCESS–The user selected an action.
-
UNAVAILABLE–Platform cannot report a definite result.
Properties#
DISMISSED = 'dismissed'
class-attribute
instance-attribute
#
The user dismissed the share sheet.
SUCCESS = 'success'
class-attribute
instance-attribute
#
The user selected an action.
UNAVAILABLE = 'unavailable'
class-attribute
instance-attribute
#
Platform cannot report a definite result.