Example #1
0
		public void SetAttachmentActionSheetStyle(UIACTIONSHEETSTYLE style) {
			_zendeskSetAttachmentActionSheetStyle(_className, (int) style);
		}
Example #2
0
		public void SetAttachmentActionSheetStyle(UIACTIONSHEETSTYLE style) {
			Log("Unity : " + _className + ":Appearance:SetAttachmentActionSheetStyle");
		}
		public static void SetAttachmentActionSheetStyle(UIACTIONSHEETSTYLE style) {
			_appearance.SetAttachmentActionSheetStyle(style);
		}